|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jst.jsf.core.jsflibraryregistry.PluginProvidedJSFLibraryCreationHelper
public final class PluginProvidedJSFLibraryCreationHelper
Helper class used to create JSF Libraries from the
org.eclipse.jst.jsf.core.jsflibraries
extension-point.
Provisional API - subject to change
Field Summary | |
---|---|
static java.lang.String |
DELEGATE
Deprecated. Key of the 'archiveFilesDelegate' attribute of the extension point. |
static java.lang.String |
IS_IMPL
Deprecated. Key of the 'isImplementation' attribute of the extension point. |
static java.lang.String |
NAME
Deprecated. Key of the 'name' attribute of the extension point. |
static java.lang.String |
VERSION
Deprecated. Key of the 'maxVersionSupported' attribute of the extension point. |
Constructor Summary | |
---|---|
PluginProvidedJSFLibraryCreationHelper(IConfigurationElement jsfLibrary)
Deprecated. Creates an instance with the specified IConfigurationElement instance. |
Method Summary | |
---|---|
org.eclipse.jst.jsf.core.internal.jsflibraryregistry.JSFLibrary |
create()
Deprecated. Creates a new PluginProvidedJSFLibrary from the JSFLibrary extension point. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String NAME
public static final java.lang.String IS_IMPL
public static final java.lang.String VERSION
public static final java.lang.String DELEGATE
Constructor Detail |
---|
public PluginProvidedJSFLibraryCreationHelper(IConfigurationElement jsfLibrary)
jsfLibrary
- IConfigurationElement instanceMethod Detail |
---|
public org.eclipse.jst.jsf.core.internal.jsflibraryregistry.JSFLibrary create()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |