|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jst.jsf.core.internal.provisional.jsflibraryregistry.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().
NOTE: experimental and very likely to change.
Field Summary | |
protected org.eclipse.core.runtime.IConfigurationElement |
extPtElement
|
Constructor Summary | |
JSFLibraryArchiveFilesDelegate()
Constructs an instance. |
Method Summary | |
protected org.eclipse.jst.jsf.core.internal.jsflibraryregistry.ArchiveFile |
createArchiveFile(java.lang.String relativePathFileName)
Returns ArchiveFile where the location is set relative to the plugin. |
abstract java.util.Collection |
getArchiveFiles()
Returns a Collection of org.eclipse.jst.jsf.core.internal.jsflibraryregistry.ArchiveFile
instances. |
protected java.lang.String |
getLibID()
Returns the JSFLibrary ID as set on the extension point. |
protected org.eclipse.core.runtime.IPath |
getPluginPath()
Returns the plugin's path. |
void |
setConfigurationElement(org.eclipse.core.runtime.IConfigurationElement extPtElement)
Sets the IConfigurationElement instance to be subsequently used to get the plugin ID and the name defined for the JSF Library. |
protected void |
setRelativeDestinationLocation(java.lang.String relPath)
Sets the relative destination location subsequently used to set the corresponding property on each created ArchiveFile. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected org.eclipse.core.runtime.IConfigurationElement extPtElement
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(org.eclipse.core.runtime.IConfigurationElement extPtElement)
extPtElement
- IConfigurationElement instanceprotected void setRelativeDestinationLocation(java.lang.String relPath)
relPath
- Relative destination location for ArchiveFile instancesprotected org.eclipse.jst.jsf.core.internal.jsflibraryregistry.ArchiveFile createArchiveFile(java.lang.String relativePathFileName)
relativePathFileName
- Relative location of the ArchiveFile
protected java.lang.String getLibID()
protected org.eclipse.core.runtime.IPath getPluginPath()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |