Class ContextManager.YAPIONInfo

  • Enclosing class:
    ContextManager

    public static class ContextManager.YAPIONInfo
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean data  
      boolean load  
      boolean optimize  
      boolean save  
    • Constructor Summary

      Constructors 
      Constructor Description
      YAPIONInfo​(boolean load, boolean save, boolean data, boolean optimize)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • load

        public final boolean load
      • save

        public final boolean save
      • optimize

        public final boolean optimize
      • data

        public final boolean data
    • Constructor Detail

      • YAPIONInfo

        public YAPIONInfo​(boolean load,
                          boolean save,
                          boolean data,
                          boolean optimize)