java.lang.Object
de.uni_hildesheim.sse.easy.loader.framework.Options

public class Options extends Object
Some global options.
Author:
Holger Eichelberger
  • Field Details

    • considerLoadedClasses

      private static boolean considerLoadedClasses
  • Constructor Details

    • Options

      public Options()
  • Method Details

    • setConsiderLoadedClasses

      public static final void setConsiderLoadedClasses(boolean considerLoaded)
      Whether already loaded classes shall be considered and not reloaded.
      Parameters:
      considerLoaded - true if known classes shall be considered, false if everything shall be loaded in the loader classloader
    • considerLoadedClasses

      public static final boolean considerLoadedClasses()
      Whether already loaded classes shall be considered and not reloaded.
      Returns:
      true if known classes shall be considered, false if everything shall be loaded in the loader classloader