|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tools.ant.ProjectComponent | +--org.apache.tools.ant.types.DataType | +--org.apache.anteater.test.BaseDataType | +--org.apache.anteater.test.Group | +--org.apache.anteater.test.DefaultGroup
Default, primordial group, from which all others inherit. It may be overridden by defining a group with id 'default'.
Field Summary | |
static String |
DEFAULT_GROUP_NAME
Ant Id by which the default group can be referred to. |
protected static String |
DEFAULT_PROPERTIES_PATH
|
Fields inherited from class org.apache.anteater.test.Group |
_id, _loggers, _namespaces, _props, _sessions, _tasks, _uses |
Fields inherited from class org.apache.anteater.test.BaseDataType |
debug, debugWasSet |
Fields inherited from class org.apache.tools.ant.types.DataType |
checked, description, ref |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
project |
Method Summary | |
static DefaultGroup |
getDefaultGroup(org.apache.tools.ant.Project proj)
Retrieve (possibly creating) the default group. |
Group |
getGroup()
Always returns null . |
String |
getId()
Retrieve the id which Ant refers to this object by. |
ArrayList |
getLoggers()
Retrieve Loggers. |
ArrayList |
getNamespaces()
Return a set of Properties, representing those either native to this Group, or inherited from a subgroup. |
ArrayList |
getProperties()
Return a set of Properties, representing those either native to this Group, or inherited from a subgroup. |
String |
getProperty(String name)
Retrieves the specified property, first looking in System.properties to use any user-specified value, and then looking in the default property list. |
ArrayList |
getUses()
|
Methods inherited from class org.apache.anteater.test.Group |
add, addConfiguredGroup, addLogger, addNamespace, addProperty, addSession, addTask, addUses, getSession, setGroup, setId, setInherits, toString |
Methods inherited from class org.apache.anteater.test.BaseDataType |
debug, getDataTypeName, getDebug, getRef, print, println, setDebug, setGroup, setRefid |
Methods inherited from class org.apache.tools.ant.types.DataType |
circularReference, dieOnCircularReference, getCheckedRef, getDescription, isReference, noChildrenAllowed, setDescription, tooManyAttributes |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
getProject, log, log, setProject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final String DEFAULT_GROUP_NAME
protected static final String DEFAULT_PROPERTIES_PATH
Method Detail |
public static DefaultGroup getDefaultGroup(org.apache.tools.ant.Project proj)
RuntimeException
- if a fatal error occurred loading the defaults.properties resource.public Group getGroup()
null
.
getGroup
in class Group
public ArrayList getProperties()
Group
getProperties
in class Group
public ArrayList getLoggers()
Group
getLoggers
in class Group
public ArrayList getUses()
getUses
in class Group
public ArrayList getNamespaces()
Group
getNamespaces
in class Group
public String getProperty(String name)
null
.public String getId()
Group
getId
in class Group
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |