Package | Description |
---|---|
org.apache.tools.ant.module.spi |
Ways of influencing how Ant is run inside NetBeans.
|
Modifier and Type | Method and Description |
---|---|
Object |
AntSession.getCustomData(AntLogger logger)
Get optional data stored by the logger in this session.
|
void |
AntSession.putCustomData(AntLogger logger,
Object data)
Store custom data associated with this session.
|