Class Qualifiers


  • public final class Qualifiers
    extends java.lang.Object
    The qualifier determines the exact type of a resource. Plugins can define their own qualifiers.
    Since:
    2.6
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String APP
      Application portfolios.
      static java.lang.String DIRECTORY  
      static java.lang.String FILE  
      static java.lang.String LIBRARY
      Deprecated.
      since 5.2 No more design features
      static java.lang.String MODULE
      Deprecated.
      since 7.7 as modules doesn't exist anymore
      static java.util.List<java.lang.String> ORDERED_BOTTOM_UP
      List of qualifiers, ordered from bottom to up regarding position in tree of components
      static java.lang.String PROJECT
      Project Scope is Scopes.PROJECT
      static java.lang.String SUBVIEW
      Sub-portfolios, defined in root portfolios.
      static java.lang.String UNIT_TEST_FILE  
      static java.lang.String VIEW
      Root portfolios.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • VIEW

        public static final java.lang.String VIEW
        Root portfolios. Scope of portfolios is Scopes.PROJECT
        See Also:
        Constant Field Values
      • SUBVIEW

        public static final java.lang.String SUBVIEW
        Sub-portfolios, defined in root portfolios. Scope of sub-portfolios is Scopes.PROJECT
        See Also:
        Constant Field Values
      • APP

        public static final java.lang.String APP
        Application portfolios. Scope of application is Scopes.PROJECT
        See Also:
        Constant Field Values
      • LIBRARY

        @Deprecated
        public static final java.lang.String LIBRARY
        Deprecated.
        since 5.2 No more design features
        Library, for example a JAR dependency of Java projects. Scope of libraries is Scopes.PROJECT
        See Also:
        Constant Field Values
      • PROJECT

        public static final java.lang.String PROJECT
        Project Scope is Scopes.PROJECT
        See Also:
        Constant Field Values
      • MODULE

        @Deprecated
        public static final java.lang.String MODULE
        Deprecated.
        since 7.7 as modules doesn't exist anymore
        Module of a multi-modules project. It's sometimes called "sub-project". Scope of modules is Scopes.PROJECT
        See Also:
        Constant Field Values
      • ORDERED_BOTTOM_UP

        public static final java.util.List<java.lang.String> ORDERED_BOTTOM_UP
        List of qualifiers, ordered from bottom to up regarding position in tree of components
        Since:
        7.0