org.netbeans.modules.java.api.common/0 1.37

org.netbeans.modules.java.api.common.classpath
Class ClassPathExtender

java.lang.Object
  extended by org.netbeans.modules.java.api.common.classpath.ClassPathExtender
All Implemented Interfaces:
ProjectClassPathExtender

Deprecated.

@Deprecated
public final class ClassPathExtender
extends Object
implements ProjectClassPathExtender


Constructor Summary
ClassPathExtender(ClassPathModifier delegate, String classPathProperty, String elementName)
          Deprecated.  
 
Method Summary
 boolean addAntArtifact(AntArtifact artifact, URI artifactElement)
          Deprecated.  
 boolean addAntArtifacts(String classPathId, AntArtifact[] artifacts, URI[] artifactElements, String projectXMLElementName)
          Deprecated.  
 boolean addArchiveFile(FileObject archiveFile)
          Deprecated.  
 boolean addArchiveFiles(String classPathId, FileObject[] archiveFiles, String projectXMLElementName)
          Deprecated.  
 boolean addLibraries(String classPathId, Library[] libraries, String projectXMLElementName)
          Deprecated.  
 boolean addLibrary(Library library)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassPathExtender

public ClassPathExtender(ClassPathModifier delegate,
                         String classPathProperty,
                         String elementName)
Deprecated. 
Method Detail

addLibrary

public boolean addLibrary(Library library)
                   throws IOException
Deprecated. 
Specified by:
addLibrary in interface ProjectClassPathExtender
Throws:
IOException

addLibraries

public boolean addLibraries(String classPathId,
                            Library[] libraries,
                            String projectXMLElementName)
                     throws IOException
Deprecated. 
Throws:
IOException

addArchiveFile

public boolean addArchiveFile(FileObject archiveFile)
                       throws IOException
Deprecated. 
Specified by:
addArchiveFile in interface ProjectClassPathExtender
Throws:
IOException

addArchiveFiles

public boolean addArchiveFiles(String classPathId,
                               FileObject[] archiveFiles,
                               String projectXMLElementName)
                        throws IOException
Deprecated. 
Throws:
IOException

addAntArtifact

public boolean addAntArtifact(AntArtifact artifact,
                              URI artifactElement)
                       throws IOException
Deprecated. 
Specified by:
addAntArtifact in interface ProjectClassPathExtender
Throws:
IOException

addAntArtifacts

public boolean addAntArtifacts(String classPathId,
                               AntArtifact[] artifacts,
                               URI[] artifactElements,
                               String projectXMLElementName)
                        throws IOException
Deprecated. 
Throws:
IOException

org.netbeans.modules.java.api.common/0 1.37

Built on May 22 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.