Class RepositoryInfo

java.lang.Object
ghidra.framework.protocol.ghidra.RepositoryInfo

public class RepositoryInfo extends Object
  • Constructor Details

    • RepositoryInfo

      public RepositoryInfo(URL repositoryURL, String repositoryName, boolean readOnly)
  • Method Details

    • getURL

      public URL getURL()
      Get the Ghidra URL which corresponds to the repository
      Returns:
      repository URL
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object
    • toShortString

      public String toShortString()