Interface Repository


  • public interface Repository
    Represents a repository.
    Version:
    $Revision: 1.3 $
    • Method Detail

      • getURL

        java.net.URL getURL()
        Return the associated URL for the repository.
      • getResources

        Resource[] getResources()
        Return the resources for this repository.
      • getName

        java.lang.String getName()
        Return the name of this reposotory.
        Returns:
        a non-null name
      • getLastModified

        long getLastModified()