org.netbeans.modules.j2ee.dd/1 1.13.0 2

org.netbeans.modules.j2ee.dd.spi
Class MetadataUnit

java.lang.Object
  extended by org.netbeans.modules.j2ee.dd.spi.MetadataUnit

public class MetadataUnit
extends Object


Field Summary
static String PROP_DEPLOYMENT_DESCRIPTOR
           
 
Method Summary
 void addPropertyChangeListener(PropertyChangeListener listener)
           
 void changeDeploymentDescriptor(File deploymentDescriptor)
           
static MetadataUnit create(ClassPath bootPath, ClassPath compilePath, ClassPath sourcePath, File deploymentDescriptor)
           
 ClassPath getBootPath()
           
 ClassPath getCompilePath()
           
 FileObject getDeploymentDescriptor()
           
 ClassPath getSourcePath()
           
 void removePropertyChangeListener(PropertyChangeListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROP_DEPLOYMENT_DESCRIPTOR

public static final String PROP_DEPLOYMENT_DESCRIPTOR
See Also:
Constant Field Values
Method Detail

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)

org.netbeans.modules.j2ee.dd/1 1.13.0 2

Built on December 1 2008.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.