source: OAIHarvester/trunk/OAIHarvester/src/main/java/eu/clarin/cmdi/oai/harvester/Description.java @ 1163

Last change on this file since 1163 was 1163, checked in by oschonef, 13 years ago
  • convert ealiestDatestamp to Date in Identify
  • add pluggable parser architecture for additional descriptions in Identify
  • add description parsers for OAI-identifier and OAI Dublin Core descriptions
  • Property svn:eol-style set to native
File size: 179 bytes
Line 
1package eu.clarin.cmdi.oai.harvester;
2
3public interface Description {
4   
5    public String getNamespaceURI();
6   
7    public String getLocalName();
8
9} // interface Description
Note: See TracBrowser for help on using the repository browser.