Uses of Interface
com.iizix.IPrintAdapter
Packages that use IPrintAdapter Package Description com.iizigo com.iizigo.run com.iizigo.run.impl com.iizix com.iizix.run.common com.iizix.server.run.remote Uses of IPrintAdapter in com.iizigo
Methods in com.iizigo that return IPrintAdapter Modifier and Type Method Description static IPrintAdapter
Console. getPrintAdapter()
Gets the printer to use for simple console output.Uses of IPrintAdapter in com.iizigo.run
Methods in com.iizigo.run with parameters of type IPrintAdapter Modifier and Type Method Description org.eclipse.core.runtime.IStatus
IRuntimeBuilder. buildRuntime(org.eclipse.core.runtime.IProgressMonitor monitor, RuntimeBuilderSettings settings, IPrintAdapter printer, boolean isVerbose)
Runs the job to create the iiziRun program.Uses of IPrintAdapter in com.iizigo.run.impl
Methods in com.iizigo.run.impl with parameters of type IPrintAdapter Modifier and Type Method Description org.eclipse.core.runtime.IStatus
EclipseRuntimeBuilder. buildRuntime(org.eclipse.core.runtime.IProgressMonitor monitor, RuntimeBuilderSettings settings, IPrintAdapter printer, boolean isVerbose)
Runs the job to create the iiziRun program.Uses of IPrintAdapter in com.iizix
Fields in com.iizix declared as IPrintAdapter Modifier and Type Field Description static IPrintAdapter
IPrintAdapter. DEFAULT
The default print adapter that outputs to System.out.Constructors in com.iizix with parameters of type IPrintAdapter Constructor Description OutputReader(java.io.InputStream in, IPrintAdapter printer)
Constructor used for stream reading in conjunction with processes.Uses of IPrintAdapter in com.iizix.run.common
Methods in com.iizix.run.common with parameters of type IPrintAdapter Modifier and Type Method Description BuildReply
BuildEnvironment. checkAndroidEnvironment(IPropProgressMonitor monitor, IPrintAdapter printer, boolean isVerbose)
Checks the Android environment and build tools.ICommonJobs
ICommonJobCreator. createNewJob(IPropProgressMonitor monitor, IPrintAdapter printer, boolean isVerbose)
Creates a new common job.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.BuildReply
BuildEnvironment. getVersions(IPropProgressMonitor monitor, IPrintAdapter printer, boolean isVerbose)
Gets the versions: Node + NPM, Gradle, Android and Cordova.Constructors in com.iizix.run.common with parameters of type IPrintAdapter 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.CommonJobs(IPropProgressMonitor monitor, IPrintAdapter printer, boolean isVerbose)
Constructor.Uses of IPrintAdapter in com.iizix.server.run.remote
Classes in com.iizix.server.run.remote that implement IPrintAdapter Modifier and Type Class Description class
ClientBuilder
Class used to handle communication with the client part, i.e.Methods in com.iizix.server.run.remote with parameters of type IPrintAdapter Modifier and Type Method Description ICommonJobs
ClientBuilder. createNewJob(IPropProgressMonitor monitor, IPrintAdapter printer, boolean isVerbose)
Creates a new common job.