Class Manifest.File

  • Enclosing class:
    Manifest

    public static class Manifest.File
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      File()  
      File​(java.lang.String source_location)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean canEqual​(java.lang.Object other)  
      boolean equals​(java.lang.Object o)  
      java.lang.String getSource_location()
      The path of the manifest file relative to the root of the Git repository.
      int hashCode()  
      void setSource_location​(java.lang.String source_location)
      The path of the manifest file relative to the root of the Git repository.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • File

        public File​(java.lang.String source_location)
      • File

        public File()
    • Method Detail

      • getSource_location

        public java.lang.String getSource_location()
        The path of the manifest file relative to the root of the Git repository.
      • setSource_location

        public void setSource_location​(java.lang.String source_location)
        The path of the manifest file relative to the root of the Git repository.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object