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 |
addManifestFile(File manifestFile,
String destDir) |
void |
addManifestFileWithParent(Element parent,
File manifestFile) |
void |
addManifestFileWithParent(Element parent,
File manifestFile,
String destDir) |
void |
addMetaInfFiles(Element parent,
File outputDirectory) |
void |
addOutputDir(Element parent,
File outputDirectory,
String target) |
void |
addOutputDir(Element parent,
Path 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, Path outputDirectory, String target) throws DOMException, IOException
DOMExceptionIOExceptionpublic 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
Exceptionpublic void addManifestFileWithParent(Element parent, File manifestFile, String destDir) throws Exception
ExceptionCopyright © 2022 the original author or authors.