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

Method createTask

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

Create a new instance of a task, adding it to a list of created tasks for later invalidation. This causes all tasks to be remembered until the containing project is removed @param taskType The name of the task to create an instance of. Must not be null . @return an insta

(final String taskType)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

generateClientMethod · 0.95
heavy-script.jsFile · 0.45
makeTaskMethod · 0.45
createNestedElementMethod · 0.45
initMethod · 0.45

Calls 1

getComponentHelperMethod · 0.95

Tested by

no test coverage detected