|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CompilerListener
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,
IXMLElement data,
IPackager packager)
This method will be called from each step of packaging. |
java.util.Map |
reviseAdditionalDataMap(java.util.Map existentDataMap,
IXMLElement element)
This method is called from the compiler for each file (or dir) parsing. |
| Field Detail |
|---|
static final int BEGIN
static final int END
| Method Detail |
|---|
java.util.Map reviseAdditionalDataMap(java.util.Map existentDataMap,
IXMLElement element)
throws CompilerException
existentDataMap - attribute set with previos setted attributeselement - current file related XML node
CompilerException
void notify(java.lang.String position,
int state,
IXMLElement data,
IPackager 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 | ||||||||