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

Method createTask

src/main/org/apache/tools/ant/ComponentHelper.java:514–523  ·  view source on GitHub ↗

Creates a new instance of a task. Called from Project.createTask(), which can be called by tasks. @param taskType The name of the task to create an instance of. Must not be null . @return an instance of the specified task, or null if the task name

(String taskType)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

createNewTaskMethod · 0.95
addTaskDefinitionMethod · 0.95
equalsMethod · 0.45

Tested by

no test coverage detected