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

Method checkTaskClass

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

Check whether or not a class is suitable for serving as Ant task. Ant task implementation classes must be public, concrete, and have a no-arg constructor. @param taskClass The class to be checked. Must not be null . @exception BuildException if the class is unsuitable

(final Class<?> taskClass)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

getComponentHelperMethod · 0.95
logMethod · 0.95
checkTaskClassMethod · 0.95

Tested by

no test coverage detected