Interface Repository


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

    Modifier and Type
    Method
    Description
    long
     
    Return the name of this reposotory.
    Return the resources for this repository.
    Return the associated URL for the repository.
  • Method Details

    • getURL

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

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

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

      long getLastModified()