org.apache.tools.ant.types.resources
public class JavaConstantResource extends AbstractClasspathResource
Since: Ant 1.7
Method Summary | |
---|---|
protected InputStream | openInputStream(ClassLoader cl)
open the input stream from a specific classloader
|
Parameters: cl the classloader to use. Will be null if the system classloader is used
Returns: an open input stream for the resource
Throws: IOException if an error occurs.