Uses of Interface
org.enterprisedomain.classmaker.jobs.Worker
Packages that use Worker
Package
Description
-
Uses of Worker in org.enterprisedomain.classmaker
Methods in org.enterprisedomain.classmaker that return WorkerModifier and TypeMethodDescriptionStrategy.createExporter()
Strategy.createGenerator()
Strategy.createInstaller()
Strategy.createModelLoader()
Strategy.getReturnWorker()
Methods in org.enterprisedomain.classmaker that return types with arguments of type WorkerModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Worker>
Strategy.getExporters()
Returns the value of the 'Exporters' reference list.org.eclipse.emf.common.util.EList<Worker>
Strategy.getGenerators()
Returns the value of the 'Generators' reference list.org.eclipse.emf.common.util.EList<Worker>
Strategy.getInstallers()
Returns the value of the 'Installers' reference list.org.eclipse.emf.common.util.EList<Worker>
Strategy.getLoaders()
Returns the value of the 'Loaders' reference list. -
Uses of Worker in org.enterprisedomain.classmaker.cdo
Classes in org.enterprisedomain.classmaker.cdo that implement Worker -
Uses of Worker in org.enterprisedomain.classmaker.impl
Methods in org.enterprisedomain.classmaker.impl that return WorkerModifier and TypeMethodDescriptionStrategyImpl.createExporter()
StrategyImpl.createGenerator()
StrategyImpl.createInstaller()
StrategyImpl.createModelLoader()
StrategyImpl.getReturnWorker()
Methods in org.enterprisedomain.classmaker.impl that return types with arguments of type WorkerModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Worker>
StrategyImpl.getExporters()
org.eclipse.emf.common.util.EList<Worker>
StrategyImpl.getGenerators()
org.eclipse.emf.common.util.EList<Worker>
StrategyImpl.getInstallers()
org.eclipse.emf.common.util.EList<Worker>
StrategyImpl.getLoaders()
-
Uses of Worker in org.enterprisedomain.classmaker.jobs
Classes in org.enterprisedomain.classmaker.jobs that implement WorkerModifier and TypeClassDescriptionclass
class
class
Methods in org.enterprisedomain.classmaker.jobs with parameters of type WorkerMethod parameters in org.enterprisedomain.classmaker.jobs with type arguments of type Worker -
Uses of Worker in org.enterprisedomain.classmaker.jobs.codegen
Classes in org.enterprisedomain.classmaker.jobs.codegen that implement WorkerModifier and TypeClassDescriptionclass
class
class
class
-
Uses of Worker in org.enterprisedomain.classmaker.jobs.export
Classes in org.enterprisedomain.classmaker.jobs.export that implement Worker -
Uses of Worker in org.enterprisedomain.classmaker.jobs.install
Classes in org.enterprisedomain.classmaker.jobs.install that implement Worker -
Uses of Worker in org.enterprisedomain.classmaker.jobs.load
Classes in org.enterprisedomain.classmaker.jobs.load that implement Worker -
Uses of Worker in org.enterprisedomain.classmaker.util
Methods in org.enterprisedomain.classmaker.util with parameters of type WorkerModifier and TypeMethodDescriptionClassMakerSwitch.caseWorker
(Worker object) Returns the result of interpreting the object as an instance of 'Worker'.boolean
ClassMakerValidator.validateWorker
(Worker worker, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of Worker in org.enterprisedomain.classmaker.validation
Method parameters in org.enterprisedomain.classmaker.validation with type arguments of type WorkerModifier and TypeMethodDescriptionboolean
StrategyValidator.validateExporters
(org.eclipse.emf.common.util.EList<Worker> value) boolean
StrategyValidator.validateGenerators
(org.eclipse.emf.common.util.EList<Worker> value) boolean
StrategyValidator.validateInstallers
(org.eclipse.emf.common.util.EList<Worker> value) boolean
StrategyValidator.validateLoaders
(org.eclipse.emf.common.util.EList<Worker> value)