Class DisabledInfo

    • Constructor Summary

      Constructors 
      Constructor Description
      DisabledInfo​(java.lang.String policyName, java.lang.String message, BundleDescription bundle)
      DisabledInfo constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      BundleDescription getBundle()
      Returns the bundle which is disabled
      java.lang.String getMessage()
      Returns the message describing the reason the bundle is disabled.
      java.lang.String getPolicyName()
      Returns the name of the policy which disabled the bundle.
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DisabledInfo

        public DisabledInfo​(java.lang.String policyName,
                            java.lang.String message,
                            BundleDescription bundle)
        DisabledInfo constructor.
        Parameters:
        policyName - the name of the policy
        message - the message, may be null
        bundle - the bundle
    • Method Detail

      • getPolicyName

        public java.lang.String getPolicyName()
        Returns the name of the policy which disabled the bundle.
        Returns:
        the name of the policy
      • getMessage

        public java.lang.String getMessage()
        Returns the message describing the reason the bundle is disabled.
        Returns:
        the message
      • getBundle

        public BundleDescription getBundle()
        Returns the bundle which is disabled
        Returns:
        the bundle which is disabled
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object