| org.apache.tools.ant.module.bridge.impl.NbAntlib
NbAntlib | final public class NbAntlib extends Antlib (Code) | | Antlib subclass used to define custom tasks inside NetBeans.
Needs to be a subclass to access
Antlib.setClassLoader and
Antlib.setURI .
author: Jesse Glick |
process | public static void process(Project p, URL antlib, String uri, ClassLoader l) throws IOException, BuildException(Code) | | Process antlib.xml definitions.
Parameters: p - a project to add definitions to Parameters: antlib - location of antlib.xml to load Parameters: uri - a URI to add definitions in, or null Parameters: l - a class loader to load defined classes from |
|
|