|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jst.jsf.core.jsflibraryregistry.JSFLibraryArchiveFilesDelegate
public abstract class JSFLibraryArchiveFilesDelegate
Abstract delegate class used by jsfLibraries ext-pt to return collection of ArchiveFiles to PluginProvidedJSFLibraryCreationHelper. Caller must first setConfigurationElement(IConfigurationElement element) before a call to getArchiveFiles().
Provisional API - subject to change
Constructor Summary | |
---|---|
JSFLibraryArchiveFilesDelegate()
Deprecated. Constructs an instance. |
Method Summary | |
---|---|
abstract java.util.Collection |
getArchiveFiles()
Deprecated. Returns a Collection of org.eclipse.jst.jsf.core.internal.jsflibraryregistry.ArchiveFile
instances. |
void |
setConfigurationElement(IConfigurationElement extPtElement)
Deprecated. Sets the IConfigurationElement instance to be subsequently used to get the plugin ID and the name defined for the JSF Library. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JSFLibraryArchiveFilesDelegate()
Method Detail |
---|
public abstract java.util.Collection getArchiveFiles()
org.eclipse.jst.jsf.core.internal.jsflibraryregistry.ArchiveFile
instances.
org.eclipse.jst.jsf.core.internal.jsflibraryregistry.ArchiveFile
instancespublic final void setConfigurationElement(IConfigurationElement extPtElement)
extPtElement
- IConfigurationElement instance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |