public final class SharableLibrariesUtils extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_LIBRARIES_FILENAME
The default filename for sharable library definition file.
|
Constructor and Description |
---|
SharableLibrariesUtils() |
Modifier and Type | Method and Description |
---|---|
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.
|
public static final String DEFAULT_LIBRARIES_FILENAME
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
-