public class ApplicationCompiler extends Object
Modifier and Type | Method and Description |
---|---|
int |
buildDistribution(IFeedBack monitor)
Performs a Distribution Build.
|
static ApplicationCompiler |
create(PhantomRuntime runtime)
Creates the instance.
|
static ApplicationCompiler |
createDistributionCompiler(PhantomRuntime runtime)
Creates an Application Compiler for Distribution.
|
void |
dispose()
Disposes of the instance.
|
int |
getFileErrorCount()
Checks how many errors are present in the file system.
|
static ApplicationCompiler |
getInstance()
Gets the instance.
|
void |
initializeBuilding()
Initialize for building.
|
boolean |
isCancelled()
Checks for cancel.
|
void |
setInhibit(boolean on)
Sets the inhibit state.
|
public static ApplicationCompiler createDistributionCompiler(PhantomRuntime runtime)
public static ApplicationCompiler create(PhantomRuntime runtime)
At creation the compiler is inhibited from building. The compiler must be
initialized for building using initializeBuilding()
.
public static ApplicationCompiler getInstance()
public void initializeBuilding()
public void dispose()
public void setInhibit(boolean on)
public int buildDistribution(IFeedBack monitor)
public int getFileErrorCount()
public boolean isCancelled()
Phantom® and NetPhantom® are registered trademarks of Mindus SARL.
© © Mindus SARL, 2024. All rights reserved.