Uses of Interface
org.enterprisedomain.classmaker.jobs.Worker
Package
Description
-
Uses of Worker in org.enterprisedomain.classmaker
Modifier and TypeMethodDescriptionStrategy.createExporter()
Strategy.createGenerator()
Strategy.createInstaller()
Strategy.createModelLoader()
Strategy.getReturnWorker()
Modifier 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
-
Uses of Worker in org.enterprisedomain.classmaker.impl
Modifier and TypeMethodDescriptionStrategyImpl.createExporter()
StrategyImpl.createGenerator()
StrategyImpl.createInstaller()
StrategyImpl.createModelLoader()
StrategyImpl.getReturnWorker()
Modifier 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
Modifier and TypeClassDescriptionclass
class
class
-
Uses of Worker in org.enterprisedomain.classmaker.jobs.codegen
Modifier and TypeClassDescriptionclass
class
class
class
-
Uses of Worker in org.enterprisedomain.classmaker.jobs.export
-
Uses of Worker in org.enterprisedomain.classmaker.jobs.install
-
Uses of Worker in org.enterprisedomain.classmaker.jobs.load
-
Uses of Worker in org.enterprisedomain.classmaker.util
Modifier 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
Modifier 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)