Top Description Fields Constructors Methods
org.apache.tools.ant

public final Class DefaultDefinitions

extends Object
Class Inheritance

Default definitions.
Since
Ant 1.9.1

Field Summary

Modifier and TypeField and Description
private final ComponentHelper
private static final String
private static final String

Constructor Summary

AccessConstructor and Description
public
DefaultDefinitions(ComponentHelper
the componenthelper to initialize.
componentHelper
)

Create a default definitions object.

Method Summary

Modifier and TypeMethod and Description
private void
private void
componentDef(String ns, String name, String classname)

public void
execute()

Register the definitions.

private void
Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Field Detail

componentHelperback to summary
private final ComponentHelper componentHelper
IF_NAMESPACEback to summary
private static final String IF_NAMESPACE
UNLESS_NAMESPACEback to summary
private static final String UNLESS_NAMESPACE

Constructor Detail

DefaultDefinitionsback to summary
public DefaultDefinitions(ComponentHelper componentHelper)

Create a default definitions object.

Parameters
componentHelper:ComponentHelper

the componenthelper to initialize.

Method Detail

attributeNamespaceDefback to summary
private void attributeNamespaceDef(String ns)
componentDefback to summary
private void componentDef(String ns, String name, String classname)
executeback to summary
public void execute()

Register the definitions.

ifUnlessDefback to summary
private void ifUnlessDef(String name, String base)