public interface XMLCustomizer
Modifier and Type | Method and Description |
---|---|
void |
customizeThisFile(java.io.File xmlFile,
java.lang.String key)
Transforms a given xml file in a program-internal file format.
|
void |
customizeThisFile(java.io.InputStream is,
java.lang.String key)
Transforms a given xml file in a program-internal file format by using
an InputStream.
|
void customizeThisFile(java.io.File xmlFile, java.lang.String key)
xmlFile
- The xml file to transform.key
- The key for identifying the source by the ConfParser
.void customizeThisFile(java.io.InputStream is, java.lang.String key)
is
- InputSTream to the xml file.key
- The key for identifying the source by the ConfParser
.