Uses of Interface
org.enterprisedomain.classmaker.jobs.Worker
Packages that use Worker
Package
Description
- 
Uses of Worker in org.enterprisedomain.classmakerMethods 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.cdoClasses in org.enterprisedomain.classmaker.cdo that implement Worker
- 
Uses of Worker in org.enterprisedomain.classmaker.implMethods 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.jobsClasses in org.enterprisedomain.classmaker.jobs that implement WorkerModifier and TypeClassDescriptionclassclassclassMethods 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.codegenClasses in org.enterprisedomain.classmaker.jobs.codegen that implement WorkerModifier and TypeClassDescriptionclassclassclassclass
- 
Uses of Worker in org.enterprisedomain.classmaker.jobs.exportClasses in org.enterprisedomain.classmaker.jobs.export that implement Worker
- 
Uses of Worker in org.enterprisedomain.classmaker.jobs.installClasses in org.enterprisedomain.classmaker.jobs.install that implement Worker
- 
Uses of Worker in org.enterprisedomain.classmaker.jobs.loadClasses in org.enterprisedomain.classmaker.jobs.load that implement Worker
- 
Uses of Worker in org.enterprisedomain.classmaker.utilMethods 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'.booleanClassMakerValidator.validateWorker(Worker worker, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) 
- 
Uses of Worker in org.enterprisedomain.classmaker.validationMethod parameters in org.enterprisedomain.classmaker.validation with type arguments of type WorkerModifier and TypeMethodDescriptionbooleanStrategyValidator.validateExporters(org.eclipse.emf.common.util.EList<Worker> value) booleanStrategyValidator.validateGenerators(org.eclipse.emf.common.util.EList<Worker> value) booleanStrategyValidator.validateInstallers(org.eclipse.emf.common.util.EList<Worker> value) booleanStrategyValidator.validateLoaders(org.eclipse.emf.common.util.EList<Worker> value)