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 not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected