org.mevenide.netbeans.project.classpath
Class BootClassPathImpl

java.lang.Object
  extended byorg.mevenide.netbeans.project.classpath.BootClassPathImpl
All Implemented Interfaces:
org.netbeans.spi.java.classpath.ClassPathImplementation

final class BootClassPathImpl
extends java.lang.Object
implements org.netbeans.spi.java.classpath.ClassPathImplementation

Author:
Milos Kleint (ca206216@tiscali.cz)

Field Summary
 
Fields inherited from interface org.netbeans.spi.java.classpath.ClassPathImplementation
PROP_RESOURCES
 
Constructor Summary
BootClassPathImpl(MavenProject proj)
           
 
Method Summary
 void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
           
 java.util.List getResources()
           
 void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BootClassPathImpl

public BootClassPathImpl(MavenProject proj)
Method Detail

getResources

public java.util.List getResources()
Specified by:
getResources in interface org.netbeans.spi.java.classpath.ClassPathImplementation

addPropertyChangeListener

public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
Specified by:
addPropertyChangeListener in interface org.netbeans.spi.java.classpath.ClassPathImplementation

removePropertyChangeListener

public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
Specified by:
removePropertyChangeListener in interface org.netbeans.spi.java.classpath.ClassPathImplementation


Copyright © 2003-2004 The Codehaus. All Rights Reserved.