Uses of Interface
org.enterprisedomain.classmaker.Blueprint
Package
Description
-
Uses of Blueprint in org.enterprisedomain.classmaker
Modifier and TypeMethodDescriptionClassMakerFactory.createBlueprint()
Returns a new object of class 'Blueprint'.ClassMakerService.createBlueprint()
Modifier and TypeMethodDescriptionFuture<? extends org.eclipse.emf.ecore.EObject>
ClassMakerService.make
(Blueprint input, Executor executor, org.eclipse.core.runtime.IProgressMonitor monitor) PerformsEPackage
instance generation, build and export, then installs the result into OSGi container, and then loads a generatedEPackage
class.org.eclipse.emf.ecore.EObject
PerformsEPackage
instance generation, build and export, then installs the result into OSGi container, and then loads a generatedEPackage
class.Future<? extends org.eclipse.emf.ecore.EObject>
ClassMakerService.replace
(Blueprint source, Blueprint target, boolean changeVersion, Executor executor, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.emf.ecore.EObject
ClassMakerService.replace
(Blueprint source, Blueprint target, boolean changeVersion, org.eclipse.core.runtime.IProgressMonitor monitor) Future<? extends org.eclipse.emf.ecore.EObject>
ClassMakerService.replace
(Blueprint source, Blueprint target, Executor executor, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.emf.ecore.EObject
ClassMakerService.replace
(Blueprint source, Blueprint target, org.eclipse.core.runtime.IProgressMonitor monitor) Future<? extends org.eclipse.emf.ecore.EObject>
ClassMakerService.replace
(Blueprint source, Blueprint target, org.osgi.framework.Version version, Executor executor, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.emf.ecore.EObject
-
Uses of Blueprint in org.enterprisedomain.classmaker.impl
Modifier and TypeClassDescriptionclass
An implementation of the model object 'Blueprint'.Modifier and TypeMethodDescriptionClassMakerFactoryImpl.createBlueprint()
ClassMakerServiceImpl.createBlueprint()
Modifier and TypeMethodDescriptionFuture<? extends org.eclipse.emf.ecore.EObject>
ClassMakerServiceImpl.make
(Blueprint input, Executor executor, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.emf.ecore.EObject
Future<? extends org.eclipse.emf.ecore.EObject>
ClassMakerServiceImpl.replace
(Blueprint source, Blueprint target, boolean changeVersion, Executor executor, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.emf.ecore.EObject
ClassMakerServiceImpl.replace
(Blueprint source, Blueprint target, boolean changeVersion, org.eclipse.core.runtime.IProgressMonitor monitor) Future<? extends org.eclipse.emf.ecore.EObject>
ClassMakerServiceImpl.replace
(Blueprint source, Blueprint target, Executor executor, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.emf.ecore.EObject
ClassMakerServiceImpl.replace
(Blueprint source, Blueprint target, org.eclipse.core.runtime.IProgressMonitor monitor) Future<? extends org.eclipse.emf.ecore.EObject>
ClassMakerServiceImpl.replace
(Blueprint source, Blueprint target, org.osgi.framework.Version version, Executor executor, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.emf.ecore.EObject
-
Uses of Blueprint in org.enterprisedomain.classmaker.util
Modifier and TypeMethodDescriptionClassMakerSwitch.caseBlueprint
(Blueprint object) Returns the result of interpreting the object as an instance of 'Blueprint'.boolean
ClassMakerValidator.validateBlueprint
(Blueprint blueprint, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)