Top Interfaces Classes
[default module]

Package org.apache.tools.ant.attribute


Interface Summary

Modifier and TypeInterface and Description
public interface
EnableAttribute

This interface is used by Ant attributes.

Class Summary

Modifier and TypeClass and Description
public class
AttributeNamespace

This class is used to indicate that the XML namespace (URI) can be used to look for namespace attributes.

public abstract class
BaseIfAttribute

An abstract class for if/unless attributes.

public class
IfBlankAttribute

Check if an attribute is blank or not.

public class
IfSetAttribute

Check if an attribute value as a property is set or not

public class
IfTrueAttribute

Check if an attribute value is true or not.