Uses of Interface
org.enterprisedomain.classmaker.Blueprint
Packages that use Blueprint
Package
Description
-
Uses of Blueprint in org.enterprisedomain.classmaker
Methods in org.enterprisedomain.classmaker that return BlueprintModifier and TypeMethodDescriptionClassMakerFactory.createBlueprint()
Returns a new object of class 'Blueprint'.ClassMakerService.createBlueprint()
Methods in org.enterprisedomain.classmaker with parameters of type BlueprintModifier 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
Classes in org.enterprisedomain.classmaker.impl that implement BlueprintModifier and TypeClassDescriptionclass
An implementation of the model object 'Blueprint'.Methods in org.enterprisedomain.classmaker.impl that return BlueprintModifier and TypeMethodDescriptionClassMakerFactoryImpl.createBlueprint()
ClassMakerServiceImpl.createBlueprint()
Methods in org.enterprisedomain.classmaker.impl with parameters of type BlueprintModifier 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
Methods in org.enterprisedomain.classmaker.util with parameters of type BlueprintModifier 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)