Interface Repository

All Known Implementing Classes:
LocalRepositoryImpl, RepositoryImpl, SystemRepositoryImpl

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

    Fields
    Modifier and Type
    Field
    Description
    static final String
    URI identiying the local repository
    static final String
    URI identifying the system repository
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Return the last modification date of this repository
    Return the name of this repository.
    Return the resources for this repository.
    Return the associated URL for the repository.
  • Field Details

  • Method Details

    • getURI

      String getURI()
      Return the associated URL for the repository.
    • getResources

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

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

      long getLastModified()
      Return the last modification date of this repository
      Returns:
      the last modification date