Uses of Interface
com.iizix.IPrintAdapter
Package
Description
Uses of IPrintAdapter in com.iizigo
Modifier and TypeMethodDescriptionstatic IPrintAdapter
Console.getPrintAdapter()
Gets the printer to use for simple console output.Uses of IPrintAdapter in com.iizigo.run
Modifier and TypeMethodDescriptionorg.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
Modifier and TypeMethodDescriptionorg.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
Modifier and TypeFieldDescriptionstatic final IPrintAdapter
IPrintAdapter.DEFAULT
The default print adapter that outputs to System.out.ModifierConstructorDescriptionOutputReader
(InputStream in, IPrintAdapter printer) Constructor used for stream reading in conjunction with processes.Uses of IPrintAdapter in com.iizix.run.common
Modifier and TypeMethodDescriptionBuildEnvironment.checkAndroidEnvironment
(IPropProgressMonitor monitor, IPrintAdapter printer, boolean isVerbose) Checks the Android environment and build tools.ICommonJobCreator.createNewJob
(IPropProgressMonitor monitor, IPrintAdapter printer, boolean isVerbose) Creates a new common job.static BuildEnvironment
BuildEnvironment.getInstance
(String rootDirPath, ICommonJobCreator jobCreator, IPropProgressMonitor monitor, IPrintAdapter printer, boolean doAndroid, boolean doIOS, 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.BuildEnvironment.getVersions
(IPropProgressMonitor monitor, IPrintAdapter printer, boolean isVerbose) Gets the versions: Node + NPM, Gradle, Android and Cordova.ModifierConstructorDescriptionBuildEnvironment
(File rootDir, boolean doAndroid, boolean doIOS, ICommonJobCreator jobCreator, IPrintAdapter printer) Constructor verifies presence of required directories.CommonBuilder
(BuildEnvironment environment, RuntimeBuilderSettings settings, 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
Modifier and TypeClassDescriptionclass
Class used to handle communication with the client part, i.e.Modifier and TypeMethodDescriptionClientBuilder.createNewJob
(IPropProgressMonitor monitor, IPrintAdapter printer, boolean isVerbose) Creates a new common job.