- getAntScriptName(FileObject) - Static method in class org.apache.tools.ant.module.api.support.AntScriptUtils
-
Finds the name of an Ant script.
- getAttribute(String) - Method in class org.apache.tools.ant.module.spi.TaskStructure
-
Get a single attribute.
- getAttributeNames() - Method in class org.apache.tools.ant.module.spi.TaskStructure
-
Get a set of all defined attribute names.
- getAttributes(String) - Method in class org.apache.tools.ant.module.api.IntrospectedInfo
-
Get all attributes supported by this class.
- getCallableTargetNames(FileObject) - Static method in class org.apache.tools.ant.module.api.support.AntScriptUtils
-
Finds the names of callable targets in an Ant script.
- getChildren() - Method in class org.apache.tools.ant.module.spi.TaskStructure
-
Get any configured child elements.
- getClassName() - Method in interface org.apache.tools.ant.module.api.IntrospectionCookie
-
Deprecated.
Get the name of the class this object is associated with.
- getClasspathItems() - Method in interface org.apache.tools.ant.module.spi.AutomaticExtraClasspathProvider
-
Return a (possibly empty) list of items to add to the
automatic classpath used by default when running Ant.
- getConcealedProperties() - Method in class org.apache.tools.ant.module.api.AntTargetExecutor.Env
-
Returns names of the properties whose values should not be visible to the user.
- getCustomData(AntLogger) - Method in class org.apache.tools.ant.module.spi.AntSession
-
Get optional data stored by the logger in this session.
- getDefaults() - Static method in class org.apache.tools.ant.module.api.IntrospectedInfo
-
Get default definitions specified by Ant's defaults.properties.
- getDefs(String) - Method in class org.apache.tools.ant.module.api.IntrospectedInfo
-
Get definitions.
- getDisplayName() - Method in class org.apache.tools.ant.module.spi.AntSession
-
Get a display name used for the session as a whole.
- getDocument() - Method in interface org.apache.tools.ant.module.api.AntProjectCookie
-
Get the DOM document for the build script.
- getElement() - Method in interface org.apache.tools.ant.module.api.ElementCookie
-
Deprecated.
Get the associated DOM element.
- getElement() - Method in class org.apache.tools.ant.module.api.support.TargetLister.Target
-
Gets the XML element that defines the target.
- getElements(String) - Method in class org.apache.tools.ant.module.api.IntrospectedInfo
-
Get all subelements supported by this class.
- getException() - Method in class org.apache.tools.ant.module.spi.AntEvent
-
Get a terminating exception.
- getFile() - Method in interface org.apache.tools.ant.module.api.AntProjectCookie
-
Get the disk file for the build script.
- getFileObject() - Method in interface org.apache.tools.ant.module.api.AntProjectCookie
-
Get the file object for the build script.
- getIO() - Method in class org.apache.tools.ant.module.spi.AntSession
-
Obtains the I/O handle for advanced operations such as
IOColors
.
- getKnownInfo() - Static method in class org.apache.tools.ant.module.api.IntrospectedInfo
-
Get all known introspected definitions.
- getLine() - Method in class org.apache.tools.ant.module.spi.AntEvent
-
- getLogger() - Method in class org.apache.tools.ant.module.api.AntTargetExecutor.Env
-
Get output stream.
- getLogLevel() - Method in class org.apache.tools.ant.module.spi.AntEvent
-
Get the log level of the message.
- getMessage() - Method in class org.apache.tools.ant.module.spi.AntEvent
-
Get the name of the message being logged.
- getName() - Method in class org.apache.tools.ant.module.api.support.TargetLister.Target
-
Gets the simple name of the target.
- getName() - Method in class org.apache.tools.ant.module.spi.TaskStructure
-
Get the element name.
- getOriginatingScript() - Method in class org.apache.tools.ant.module.api.support.TargetLister.Target
-
Gets the Ant script originally scanned for targets.
- getOriginatingScript() - Method in class org.apache.tools.ant.module.spi.AntSession
-
Get the Ant script originally invoked.
- getOriginatingTargets() - Method in class org.apache.tools.ant.module.spi.AntSession
-
Get the Ant targets originally run.
- getParseException() - Method in interface org.apache.tools.ant.module.api.AntProjectCookie
-
Get the last parse-related exception, if there was one.
- getProjectElement() - Method in interface org.apache.tools.ant.module.api.AntProjectCookie
-
Get the DOM root element (<project>
) for the build script.
- getProperties() - Method in class org.apache.tools.ant.module.api.AntTargetExecutor.Env
-
Get current Ant script execution properties.
- getProperties() - Method in class org.apache.tools.ant.module.spi.AntSession
-
Gets a set of user properties defined for this session.
- getProperty(String) - Method in class org.apache.tools.ant.module.spi.AntEvent
-
Get a property set on the current Ant project.
- getPropertyNames() - Method in class org.apache.tools.ant.module.spi.AntEvent
-
Get a set of property names defined on the current Ant project.
- getQualifiedName() - Method in class org.apache.tools.ant.module.api.support.TargetLister.Target
-
Gets the qualified name of the target.
- getScript() - Method in class org.apache.tools.ant.module.api.support.TargetLister.Target
-
Gets the actual Ant script this target was found in.
- getScriptLocation() - Method in class org.apache.tools.ant.module.spi.AntEvent
-
Get the location of the Ant script producing this event.
- getSession() - Method in class org.apache.tools.ant.module.spi.AntEvent
-
Get the associated session.
- getTags(String) - Method in class org.apache.tools.ant.module.api.IntrospectedInfo
-
Get tags represented by this class if it is an EnumeratedAttribute
.
- getTargetName() - Method in class org.apache.tools.ant.module.spi.AntEvent
-
- getTargets(AntProjectCookie) - Static method in class org.apache.tools.ant.module.api.support.TargetLister
-
Gets all targets in an Ant script.
- getTaskName() - Method in class org.apache.tools.ant.module.spi.AntEvent
-
Get the name of the task producing this event.
- getTaskStructure() - Method in class org.apache.tools.ant.module.spi.AntEvent
-
Get the configured XML structure of the task producing this event.
- getText() - Method in class org.apache.tools.ant.module.spi.TaskStructure
-
Get configured nested text.
- getVerbosity() - Method in class org.apache.tools.ant.module.api.AntTargetExecutor.Env
-
Get verbosity of Ant script execution.
- getVerbosity() - Method in class org.apache.tools.ant.module.spi.AntSession
-
Get the (user-requested) verbosity level for this session.