Class License

java.lang.Object
org.apache.creadur.tentacles.License

public class License extends Object
  • Constructor Details

  • Method Details

    • getText

      public String getText()
    • getKey

      public String getKey()
    • getArchives

      public Set<Archive> getArchives()
    • getLocations

      public List<File> getLocations()
    • locations

      public Set<URI> locations(Archive archive)
    • equals

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

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

      public boolean implies(License fullLicense)