Package rma.util
Class PlugInLoader
java.lang.Object
rma.util.PlugInLoader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic booleandoesPluginExist(String manifestEntry) Checks if a plug-in for the given manifest entry exists, this DOES NOT load the plugin.static booleanstatic Filestatic voidloadPlugIns(String manifestEntry, Object[] args) entry point for the Plugin.static voidloadPlugIns(String manifestEntry, Object[] args, Comparator<File> fileSorter) static voidsetLogFailureToLoad(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
-