public class AddonPathUtils extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ADDONS_BASE_DIRNAME |
Constructor and Description |
---|
AddonPathUtils() |
Modifier and Type | Method and Description |
---|---|
static boolean |
existDirectoryInAddons(String dirName)
Check whether exist a directory named dirName inside the addons directory
|
static URL[] |
findJarsInPath(String jarDirPath)
Find all the jar files in the directory
|
static String |
getAddonsBasePath() |
static String |
getPathInAddons(String addonName) |
static String |
getRmHome() |
public static final String ADDONS_BASE_DIRNAME
public static String getAddonsBasePath()
public static String getRmHome()
public static boolean existDirectoryInAddons(String dirName)
dirName
-