Package | Description |
---|---|
org.apache.tools.ant.module.spi |
Ways of influencing how Ant is run inside NetBeans.
|
Modifier and Type | Method and Description |
---|---|
AntSession |
AntEvent.getSession()
Get the associated session.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AntLogger.interestedInAllScripts(AntSession session)
Mark whether this logger is interested in any Ant script.
|
int[] |
AntLogger.interestedInLogLevels(AntSession session)
Mark which kinds of message log events this logger is interested in.
|
boolean |
AntLogger.interestedInScript(File script,
AntSession session)
Mark whether this logger is interested in a given Ant script.
|
boolean |
AntLogger.interestedInSession(AntSession session)
Mark whether this logger is interested in a given Ant session.
|
String[] |
AntLogger.interestedInTargets(AntSession session)
Mark which kinds of targets this logger is interested in.
|
String[] |
AntLogger.interestedInTasks(AntSession session)
Mark which kinds of tasks this logger is interested in.
|