Class Scope


  • public final class Scope
    extends java.lang.Object
    Scope constants.
    Author:
    Kim Rutherford, Alex Kalderimis
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ALL
      User or global scope for bags, templates, etc.
      static java.lang.String GLOBAL
      Global scope for public bags, templates, etc.
      static java.util.Set<java.lang.String> SCOPES
      The possible scopes.
      static java.lang.String USER
      User scope for private bags, templates, etc.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • GLOBAL

        public static final java.lang.String GLOBAL
        Global scope for public bags, templates, etc.
        See Also:
        Constant Field Values
      • USER

        public static final java.lang.String USER
        User scope for private bags, templates, etc.
        See Also:
        Constant Field Values
      • ALL

        public static final java.lang.String ALL
        User or global scope for bags, templates, etc.
        See Also:
        Constant Field Values
      • SCOPES

        public static final java.util.Set<java.lang.String> SCOPES
        The possible scopes.