public abstract class LooseApplication extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
buildDirectory |
protected LooseConfigData |
config |
| Constructor and Description |
|---|
LooseApplication(String buildDirectory,
LooseConfigData config) |
| Modifier and Type | Method and Description |
|---|---|
Element |
addArchive(Element parent,
String target) |
void |
addManifestFile(File manifestFile) |
void |
addManifestFileWithParent(Element parent,
File manifestFile) |
void |
addMetaInfFiles(Element parent,
File outputDirectory) |
void |
addOutputDir(Element parent,
File outputDirectory,
String target) |
LooseConfigData |
getConfig() |
Element |
getDocumentRoot() |
protected final String buildDirectory
protected final LooseConfigData config
public LooseApplication(String buildDirectory, LooseConfigData config)
public LooseConfigData getConfig()
public Element getDocumentRoot()
public void addOutputDir(Element parent, File outputDirectory, String target) throws DOMException, IOException
DOMExceptionIOExceptionpublic void addMetaInfFiles(Element parent, File outputDirectory) throws Exception
Exceptionpublic void addManifestFileWithParent(Element parent, File manifestFile) throws Exception
ExceptionCopyright © 2018 the original author or authors.