Class Requirement.Resolution

  • Enclosing class:
    Requirement

    public static final class Requirement.Resolution
    extends java.lang.Object
    Resolution for this requirement.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String MANDATORY
      A mandatory requirement forbids the bundle to resolve when the requirement is not satisfied.
      static java.lang.String OPTIONAL
      An optional requirement allows a bundle to resolve even if the requirement is not satisfied.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • MANDATORY

        public static final java.lang.String MANDATORY
        A mandatory requirement forbids the bundle to resolve when the requirement is not satisfied.
        See Also:
        Constant Field Values
      • OPTIONAL

        public static final java.lang.String OPTIONAL
        An optional requirement allows a bundle to resolve even if the requirement is not satisfied.
        See Also:
        Constant Field Values