Class ReloadableContainer


  • public class ReloadableContainer
    extends java.lang.Object
    This class is used to store the information of a reloadable class.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isObject()
      The reloadable is an object
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReloadableContainer

        public ReloadableContainer()
    • Method Detail

      • isObject

        public boolean isObject()
        The reloadable is an object
        Returns:
        true = reloadable shouldn't be null, false = reloadableMethod shouldn't be null