Package rma.util
Class PlugInLoader
java.lang.Object
rma.util.PlugInLoader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
static boolean
doesPluginExist
(String manifestEntry) Checks if a plug-in for the given manifest entry exists, this DOES NOT load the plugin.static boolean
static File
static void
loadPlugIns
(String manifestEntry, Object[] args) entry point for the Plugin.static void
loadPlugIns
(String manifestEntry, Object[] args, Comparator<File> fileSorter) static void
setLogFailureToLoad
(boolean logFailureToLoad)
-
Constructor Details
-
PlugInLoader
public PlugInLoader()
-
-
Method Details
-
clearLogControls
public static void clearLogControls() -
getLogFailureToLoad
public static boolean getLogFailureToLoad() -
setLogFailureToLoad
public static void setLogFailureToLoad(boolean logFailureToLoad) -
doesPluginExist
Checks if a plug-in for the given manifest entry exists, this DOES NOT load the plugin.- Parameters:
manifestEntry
-- Returns:
- true if the manifest entry matches one or more times.
-
getPluginDirectory
-
loadPlugIns
entry point for the Plugin.- Parameters:
manifestEntry
- The entry in the mainifest file.: entryclass args
- the list of args.
-
loadPlugIns
-