Class ManifestInfo


  • public class ManifestInfo
    extends Object
    The Class ManifestInfo.
    Author:
    alpapad@gmail.com
    • Constructor Detail

      • ManifestInfo

        public ManifestInfo​(Manifest mf)
        Instantiates a new manifest info.
        Parameters:
        mf - the mf
    • Method Detail

      • isEmpty

        public boolean isEmpty()
        Checks if is empty.
        Returns:
        true, if is empty
      • getValue

        public String getValue​(Attributes.Name... name)
        Gets the value.
        Parameters:
        name - the name
        Returns:
        the value
      • getValue

        public String getValue​(String path,
                               Attributes.Name... name)
        Gets the value.
        Parameters:
        path - the path
        name - the name
        Returns:
        the value
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object