public class GeckoBndRun
extends Run
| Constructor and Description |
|---|
GeckoBndRun(Workspace workspace,
java.io.File file) |
GeckoBndRun(Workspace workspace,
java.io.File projectDir,
java.io.File propertiesFile) |
| Modifier and Type | Method and Description |
|---|---|
static GeckoBndRun |
createGeckoBndRunrun(Workspace workspace,
java.io.File file)
Create a Bndrun that will be stand alone if it contains -standalone.
|
void |
export(java.lang.String runFilePath,
boolean keep,
java.io.File output) |
void |
exportGecko(java.io.File outputDir) |
public GeckoBndRun(Workspace workspace,
java.io.File projectDir,
java.io.File propertiesFile)
throws java.lang.Exception
java.lang.Exceptionpublic GeckoBndRun(Workspace workspace,
java.io.File file)
throws java.lang.Exception
java.lang.Exceptionpublic static GeckoBndRun createGeckoBndRunrun(Workspace workspace, java.io.File file) throws java.lang.Exception
java.lang.Exceptionpublic void exportGecko(java.io.File outputDir)
throws java.lang.Exception
java.lang.Exceptionpublic void export(java.lang.String runFilePath,
boolean keep,
java.io.File output)
throws java.lang.Exception
java.lang.Exception