Package rma.util

Class PlugInLoader

java.lang.Object
rma.util.PlugInLoader

public class PlugInLoader extends Object
  • 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

      public static boolean doesPluginExist(String manifestEntry)
      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

      public static File getPluginDirectory()
    • loadPlugIns

      public static void loadPlugIns(String manifestEntry, Object[] args)
      entry point for the Plugin.
      Parameters:
      manifestEntry - The entry in the mainifest file. : entryclass
      args - the list of args.
    • loadPlugIns

      public static void loadPlugIns(String manifestEntry, Object[] args, Comparator<File> fileSorter)