Class CommonLoader

java.lang.Object
de.cech12.bucketlib.CommonLoader

public class CommonLoader extends Object
A static class for all loaders which initializes everything which is used by all loaders.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.apache.logging.log4j.Logger
    Logger instance
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    Initialize method that should be called by every loader mod in the constructor.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • LOG

      public static final org.apache.logging.log4j.Logger LOG
      Logger instance
  • Method Details

    • init

      public static void init()
      Initialize method that should be called by every loader mod in the constructor.