|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Implementations of this class are used to add extensions to the packs at compilation.
Field Summary | |
static int |
BEGIN
|
static int |
END
|
Method Summary | |
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. |
Field Detail |
public static final int BEGIN
public static final int END
Method Detail |
public java.util.Map reviseAdditionalDataMap(java.util.Map existentDataMap, XMLElement element) throws CompilerException
existentDataMap
- attribute set with previos setted attributeselement
- current file related XML node
CompilerException
public void 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |