MCPcopy Create free account
hub / github.com/apache/ant / addTaskDefinition

Method addTaskDefinition

src/main/org/apache/tools/ant/Project.java:982–986  ·  view source on GitHub ↗

Add a new task definition to the project. Attempting to override an existing definition with an equivalent one (i.e. with the same classname) results in a verbose log message. Attempting to override an existing definition with a different one results in a warning log message and invalidates any task

(final String taskName, final Class<?> taskClass)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Calls 1

getComponentHelperMethod · 0.95