Uses of Interface
com.iizix.run.common.ICommonJobCreator
Packages that use ICommonJobCreator Package Description com.iizix.run.common com.iizix.server.run.remote Uses of ICommonJobCreator in com.iizix.run.common
Methods in com.iizix.run.common with parameters of type ICommonJobCreator Modifier and Type Method Description static BuildEnvironment
BuildEnvironment. getInstance(java.lang.String rootDirPath, ICommonJobCreator jobCreator, IPropProgressMonitor monitor, IPrintAdapter printer, boolean isVerbose)
Constructs the environment from the path specified from the root of the current drive in Windows, or from the HOME directory under Mac or Linux.Constructors in com.iizix.run.common with parameters of type ICommonJobCreator Constructor Description BuildEnvironment(java.io.File rootDir, boolean doAndroid, ICommonJobCreator jobCreator, IPrintAdapter printer)
Constructor verifies presence of required directories.CommonBuilder(BuildEnvironment environment, RuntimeBuilderSettings settings, java.io.File buildOutputDir, int uniqueID, IPropProgressMonitor monitor, ICommonJobCreator jobCreator, IPrintAdapter printer)
Constructor with the build settings.CommonBuilder(RuntimeBuilderSettings settings, IPropProgressMonitor monitor, ICommonJobCreator jobCreator, IPrintAdapter printer, boolean isVerbose)
Constructor with the build settings.Uses of ICommonJobCreator in com.iizix.server.run.remote
Classes in com.iizix.server.run.remote that implement ICommonJobCreator Modifier and Type Class Description class
ClientBuilder
Class used to handle communication with the client part, i.e.