|
org.netbeans.modules.java.project/1 1.12 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ProjectClassPathModifier
instead.
@Deprecated public interface ProjectClassPathExtender
Interface for project's compile classpath extension.
A project can provide this interface in its lookup
to
allow clients to extend its compilation classpath
by a new classpath element (JAR, folder, dependent project, or library).
Method Summary | |
---|---|
boolean |
addAntArtifact(AntArtifact artifact,
URI artifactElement)
Deprecated. Please use ProjectClassPathModifier#addAntArtifact instead. |
boolean |
addArchiveFile(FileObject archiveFile)
Deprecated. Please use ProjectClassPathModifier#addArchive instead. |
boolean |
addLibrary(Library library)
Deprecated. Please use ProjectClassPathModifier#addLibrary instead. |
Method Detail |
---|
@Deprecated boolean addLibrary(Library library) throws IOException
ProjectClassPathModifier#addLibrary
instead.
library
- to be added
IOException
- in case the project metadata cannot be changed@Deprecated boolean addArchiveFile(FileObject archiveFile) throws IOException
ProjectClassPathModifier#addArchive
instead.
archiveFile
- ZIP/JAR file to be added
IOException
- in case the project metadata cannot be changed@Deprecated boolean addAntArtifact(AntArtifact artifact, URI artifactElement) throws IOException
ProjectClassPathModifier#addAntArtifact
instead.
artifact
- to be addedartifactElement
- the URI of the build output
(must be owned by the artifact and be relative to it)
IOException
- in case the project metadata cannot be changed
|
org.netbeans.modules.java.project/1 1.12 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |