|
||||||||||
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 | |
---|---|
org.netbeans.spi.project.libraries.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. |
org.openide.util.Lookup |
getLookup()
Returns empty lookup. |
String[] |
getSupportedVolumeTypes()
Return supported volume types: classpath , javadoc ,
src . |
void |
libraryCreated(org.netbeans.spi.project.libraries.LibraryImplementation libraryImpl)
Does nothing now. |
void |
libraryDeleted(org.netbeans.spi.project.libraries.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 org.netbeans.spi.project.libraries.LibraryTypeProvider
public String getLibraryType()
getLibraryType
in interface org.netbeans.spi.project.libraries.LibraryTypeProvider
public String[] getSupportedVolumeTypes()
classpath
, javadoc
,
src
.
getSupportedVolumeTypes
in interface org.netbeans.spi.project.libraries.LibraryTypeProvider
public org.netbeans.spi.project.libraries.LibraryImplementation createLibrary()
createLibrary
in interface org.netbeans.spi.project.libraries.LibraryTypeProvider
public void libraryDeleted(org.netbeans.spi.project.libraries.LibraryImplementation libraryImpl)
libraryDeleted
in interface org.netbeans.spi.project.libraries.LibraryTypeProvider
public void libraryCreated(org.netbeans.spi.project.libraries.LibraryImplementation libraryImpl)
libraryCreated
in interface org.netbeans.spi.project.libraries.LibraryTypeProvider
public Customizer getCustomizer(String volumeType)
null
.
getCustomizer
in interface org.netbeans.spi.project.libraries.LibraryTypeProvider
public org.openide.util.Lookup getLookup()
getLookup
in interface org.openide.util.Lookup.Provider
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |