| |
|
| org.netbeans.modules.xslt.project.anttasks.GenerateJBIDescriptorTask
GenerateJBIDescriptorTask | public class GenerateJBIDescriptorTask extends org.apache.tools.ant.Task (Code) | | Ant task wrapper which invokes the JBI Generation task
author: Vitaly Bychkov author: Sreenivasan Genipudi |
GenerateJBIDescriptorTask | public GenerateJBIDescriptorTask()(Code) | | |
execute | public void execute() throws BuildException(Code) | | Invoke validate BPEL Model
|
getBuildDirectory | public String getBuildDirectory()(Code) | | Get the build directory
String value of the build directory |
getSourceDirectory | public String getSourceDirectory()(Code) | | Get the source directory
String value of the source directory |
setBuildDirectory | public void setBuildDirectory(String buildDir)(Code) | | Set the build directory
Parameters: buildDir - build directory |
setClasspathRef | public void setClasspathRef(Reference ref)(Code) | | Set the classpath reference
Parameters: ref - Classpath Reference |
setProjectClassPath | public void setProjectClassPath(String projectClassPath)(Code) | | Set the project classpath
Parameters: projectClassPath - Project classpath |
setSourceDirectory | public void setSourceDirectory(String srcDir)(Code) | | Set the source directory
Parameters: srcDir - source directory |
|
|
|