|
org.netbeans.modules.java.project/1 1.38.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.spi.java.project.support.ui.SharableLibrariesUtils
public final class SharableLibrariesUtils
Utility methods related to sharable libraries UI.
Field Summary | |
---|---|
static String |
DEFAULT_LIBRARIES_FILENAME
The default filename for sharable library definition file. |
Constructor Summary | |
---|---|
SharableLibrariesUtils()
|
Method Summary | |
---|---|
static String |
browseForLibraryLocation(String current,
Component comp,
File projectLocation)
File chooser implementation for browsing for shared library location. |
static boolean |
isLastProjectSharable()
boolean value representing the state of library sharability of the last created project. |
static void |
setLastProjectSharable(boolean sharable)
Setter for boolean value representing the state of library sharability of the last created project. |
static boolean |
showMakeSharableWizard(AntProjectHelper helper,
ReferenceHelper ref,
List<String> libraryNames,
List<String> jarReferences)
Show a multistep wizard for converting a non-sharable project to a sharable, self-contained one. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String DEFAULT_LIBRARIES_FILENAME
Constructor Detail |
---|
public SharableLibrariesUtils()
Method Detail |
---|
public static boolean isLastProjectSharable()
public static void setLastProjectSharable(boolean sharable)
sharable
- public static String browseForLibraryLocation(String current, Component comp, File projectLocation)
current
- comp
- projectLocation
-
public static boolean showMakeSharableWizard(AntProjectHelper helper, ReferenceHelper ref, List<String> libraryNames, List<String> jarReferences)
helper
- ref
- libraryNames
- jarReferences
-
|
org.netbeans.modules.java.project/1 1.38.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |