Package jetbrains.mps.tool.builder
Class PlatformWorker
- java.lang.Object
 - 
- jetbrains.mps.tool.builder.WorkerBase
 - 
- jetbrains.mps.tool.builder.PlatformWorker
 
 
 
- 
public abstract class PlatformWorker extends WorkerBase
 
- 
- 
Field Summary
- 
Fields inherited from class jetbrains.mps.tool.builder.WorkerBase
myEnvironment, myErrors, myJavaCompilerOptions, mySkipCompilation, myWhatToDo 
 - 
 
- 
Constructor Summary
Constructors Constructor Description PlatformWorker(Script whatToDo) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected EnvironmentcreateEnvironment()- 
Methods inherited from class jetbrains.mps.tool.builder.WorkerBase
collectFromModuleFiles, createDummyProject, createEnvironmentConfig, debug, dispose, error, extractModels, extractModels, extractStackTrace, failBuild, formatErrorsReport, getPlatform, info, log, log, processModuleFile, warning, work, workFromMain 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
PlatformWorker
public PlatformWorker(Script whatToDo)
 
 - 
 
- 
Method Detail
- 
createEnvironment
protected Environment createEnvironment()
- Specified by:
 createEnvironmentin classWorkerBase
 
 - 
 
 -