|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jst.jsf.core.jsflibraryregistry.PluginProvidedJSFLibraryArchiveFilesDelegate
public abstract class PluginProvidedJSFLibraryArchiveFilesDelegate
Abstract class to be used for supplying the jar file names for a plugin provided jsf library.
Adopters must implement getArchiveFiles() making use of the addArchiveFile(String pluginRootRelativePath) method.
Note: A plugin providing jsf libraries cannot be jarred at this time.
ex.
public void getArchiveFiles() {
addArchiveFile("/lib/JAR1.jar");
addArchiveFile("/lib/JAR2.jar");
}
Provisional API - subject to change
Constructor Summary | |
---|---|
PluginProvidedJSFLibraryArchiveFilesDelegate()
Constructs an instance. |
Method Summary | |
---|---|
abstract void |
getArchiveFiles()
Concrete delegate must implement this method to define jars in the library. |
void |
setCreationHelper(org.eclipse.jst.jsf.core.jsflibraryregistry.internal.PluginProvidedJSFLibraryCreationHelper2 helper)
Not to be implemented by subclasses |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PluginProvidedJSFLibraryArchiveFilesDelegate()
Method Detail |
---|
public abstract void getArchiveFiles()
public void setCreationHelper(org.eclipse.jst.jsf.core.jsflibraryregistry.internal.PluginProvidedJSFLibraryCreationHelper2 helper)
helper
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |