Class Distro


  • public class Distro
    extends Object
    Class to parse the part of infobase configuration file into an object.
    • Constructor Detail

      • Distro

        public Distro()
        Constructor without parameters
      • Distro

        public Distro​(String zipPath86,
                      String zipPath64)
        Constructor with parameters.
        Parameters:
        zipPath86 - the zip path x86 to set, cannot be null
        zipPath64 - the zip path x86_64 to set, cannot be null
    • Method Detail

      • copy

        public Distro copy()
        Returns:
        copy, never null
      • getZipPath86

        public String getZipPath86()
        Returns:
        zipPath86, never null
      • setZipPath86

        public void setZipPath86​(String zipPath86)
        Set zipPath86
        Parameters:
        zipPath86 - to set, cannot be null
      • getZipPath64

        public String getZipPath64()
        Returns:
        zipPath64, never null
      • setZipPath64

        public void setZipPath64​(String zipPath64)
        Set zipPath64
        Parameters:
        zipPath64 - to set, cannot be null
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object