|
org.apache.tools.ant.module/3 3.27.0 2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AntSession | |
---|---|
org.apache.tools.ant.module.spi | Ways of influencing how Ant is run inside NetBeans. |
Uses of AntSession in org.apache.tools.ant.module.spi |
---|
Methods in org.apache.tools.ant.module.spi that return AntSession | |
---|---|
AntSession |
AntEvent.getSession()
Get the associated session. |
Methods in org.apache.tools.ant.module.spi with parameters of type AntSession | |
---|---|
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. |
|
org.apache.tools.ant.module/3 3.27.0 2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |