public interface CompilerListener
Implementations of this class are used to add extensions to the packs at compilation.
| Modifier and Type | Method and Description |
|---|---|
void |
notify(java.lang.String position,
int state,
XMLElement data,
Packager packager)
This method will be called from each step of packaging.
|
java.util.Map |
reviseAdditionalDataMap(java.util.Map existentDataMap,
XMLElement element)
This method is called from the compiler for each file (or dir) parsing.
|
static final int BEGIN
static final int END
java.util.Map reviseAdditionalDataMap(java.util.Map existentDataMap,
XMLElement element)
throws CompilerException
existentDataMap - attribute set with previos setted attributeselement - current file related XML nodeCompilerExceptionvoid notify(java.lang.String position,
int state,
XMLElement data,
Packager packager)
position - name of the calling method, e.g. "addVariables"state - BEGIN or ENDdata - current install datapackager - current packager object