org.netbeans.modules.j2ee.dd.spi
Class MetadataUnit
java.lang.Object
org.netbeans.modules.j2ee.dd.spi.MetadataUnit
public class MetadataUnit
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROP_DEPLOYMENT_DESCRIPTOR
public static final String PROP_DEPLOYMENT_DESCRIPTOR
- See Also:
- Constant Field Values
create
public static MetadataUnit create(ClassPath bootPath,
ClassPath compilePath,
ClassPath sourcePath,
File deploymentDescriptor)
addPropertyChangeListener
public void addPropertyChangeListener(PropertyChangeListener listener)
removePropertyChangeListener
public void removePropertyChangeListener(PropertyChangeListener listener)
getBootPath
public ClassPath getBootPath()
getCompilePath
public ClassPath getCompilePath()
getSourcePath
public ClassPath getSourcePath()
getDeploymentDescriptor
public FileObject getDeploymentDescriptor()
changeDeploymentDescriptor
public void changeDeploymentDescriptor(File deploymentDescriptor)