Uses of Class
com.iizix.run.common.BuildReply
Uses of BuildReply in com.iizix.run.common
Modifier and TypeFieldDescriptionstatic final BuildReply
BuildReply.CANCEL
The Canceled result.static final BuildReply
BuildReply.OK
The OK result.Modifier and TypeMethodDescriptionBuildEnvironment.checkAndroidEnvironment
(IPropProgressMonitor monitor, IPrintAdapter printer, boolean isVerbose) Checks the Android environment and build tools.CommonBuilder.createApp
(IPropProgressMonitor monitor, int ticks, CodeModifier codeModifier, List<File> filesBuilt, boolean isVerbose) Creates the application and builds it according to the BuildSettings.BuildEnvironment.getExternalProcessEnvironment
(Map<String, String> returnEnv, boolean logEnvironment) Gets the "real" environment to use for processes where some of the original environment is inherited, but "not too much".BuildEnvironment.getJavaEnvironment
(RuntimeBuilderSettings settings, ICommonJobCreator jobCreator, IPropProgressMonitor monitor, boolean isVerbose) Retrieves the Java environment.BuildEnvironment.getVersions
(IPropProgressMonitor monitor, IPrintAdapter printer, boolean isVerbose) Gets the versions: Node + NPM, Gradle, Android and Cordova.BuildEnvironment.initialize
(boolean isVerbose) Initializes the environments: Node + NPM, Gradle, Android and Cordova.