Class Base.ExtensionRecord

  • Enclosing class:
    Base

    public static class Base.ExtensionRecord
    extends java.lang.Object
    Extension record.
    • Constructor Summary

      Constructors 
      Constructor Description
      ExtensionRecord()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • CLASS_LOADER

        public static final ExtKey CLASS_LOADER
        Extension class loader.
      • EXTENSION

        public static final ExtKey EXTENSION
        Extension reference.
      • CONTEXT

        public static final ExtKey CONTEXT
        Extension context.
      • INSTANCE_NAME

        public static final ExtKey INSTANCE_NAME
        Instance name.
      • PROVIDES

        public static final ExtKey PROVIDES
        Extensions' interfaces. Collection of String.
    • Constructor Detail

      • ExtensionRecord

        public ExtensionRecord()