|
org.netbeans.modules.j2eeserver/4 1.55.0 1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.modules.j2ee.deployment.common.api.J2eeLibraryTypeProvider
public final class J2eeLibraryTypeProvider
The J2eeLibraryTypeProvider defines a j2ee library type and is responsible for creating new libraries of this type.
| Field Summary | |
|---|---|
static String |
LIBRARY_TYPE
J2ee library type |
static String |
VOLUME_TYPE_CLASSPATH
Classpath volume type |
static String |
VOLUME_TYPE_JAVADOC
Javadoc volume type |
static String |
VOLUME_TYPE_SRC
Source volume type |
static String[] |
VOLUME_TYPES
|
| Constructor Summary | |
|---|---|
J2eeLibraryTypeProvider()
Creates a new instance of J2eeLibraryTypeProvider |
|
| Method Summary | |
|---|---|
LibraryImplementation |
createLibrary()
Creates a new implementation of j2ee library type. |
Customizer |
getCustomizer(String volumeType)
Currently returns null. |
String |
getDisplayName()
Returns the UI name of the LibraryType. |
String |
getLibraryType()
Get a j2ee library type identifier. |
Lookup |
getLookup()
Returns empty lookup. |
String[] |
getSupportedVolumeTypes()
Return supported volume types: classpath, javadoc,
src. |
void |
libraryCreated(LibraryImplementation libraryImpl)
Does nothing now. |
void |
libraryDeleted(LibraryImplementation libraryImpl)
Does nothing now. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String LIBRARY_TYPE
public static final String VOLUME_TYPE_CLASSPATH
public static final String VOLUME_TYPE_SRC
public static final String VOLUME_TYPE_JAVADOC
public static final String[] VOLUME_TYPES
| Constructor Detail |
|---|
public J2eeLibraryTypeProvider()
| Method Detail |
|---|
public String getDisplayName()
getDisplayName in interface LibraryTypeProviderpublic String getLibraryType()
getLibraryType in interface LibraryTypeProviderpublic String[] getSupportedVolumeTypes()
classpath, javadoc,
src.
getSupportedVolumeTypes in interface LibraryTypeProviderpublic LibraryImplementation createLibrary()
createLibrary in interface LibraryTypeProviderpublic void libraryDeleted(LibraryImplementation libraryImpl)
libraryDeleted in interface LibraryTypeProviderpublic void libraryCreated(LibraryImplementation libraryImpl)
libraryCreated in interface LibraryTypeProviderpublic Customizer getCustomizer(String volumeType)
null.
getCustomizer in interface LibraryTypeProviderpublic Lookup getLookup()
getLookup in interface Lookup.Provider
|
org.netbeans.modules.j2eeserver/4 1.55.0 1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||