public class ContributionManager
extends Object
Constructor and Description |
---|
ContributionManager() |
Modifier and Type | Method and Description |
---|---|
static void |
downloadAndInstallOnImport(Base base,
List<AvailableContribution> list)
Blocking call to download and install a set of libraries.
|
static String |
getFileName(File libFile)
Returns the name of a file without its path or extension.
|
static File |
getUniqueName(File parentFolder,
String fileName)
Returns a file in the parent folder that does not exist yet.
|
static void |
init(Base base) |
static void |
openExamples()
Show the Examples installer window.
|
static void |
openLibraries()
Show the Library installer window.
|
static void |
openModes()
Show the Mode installer window.
|
static void |
openTools()
Show the Tool installer window.
|
static void |
openUpdates()
Open the updates panel.
|
public static void downloadAndInstallOnImport(Base base, List<AvailableContribution> list)
list
- The list of AvailableContributions to be downloaded and installed.public static File getUniqueName(File parentFolder, String fileName)
public static String getFileName(File libFile)
public static void init(Base base) throws Exception
Exception
public static void openLibraries()
public static void openModes()
public static void openTools()
public static void openExamples()
public static void openUpdates()