source: OAIHarvester/trunk/OAIHarvester/src/main/java/eu/clarin/cmdi/oai/harvester/MetadataFormat.java @ 1128

Last change on this file since 1128 was 1128, checked in by oschonef, 13 years ago
  • initial import of OAI harvester (... now for real ;)
  • Property svn:eol-style set to native
File size: 199 bytes
Line 
1package eu.clarin.cmdi.oai.harvester;
2
3public interface MetadataFormat {
4
5    public String getPrefix();
6
7    public String getSchema();
8
9    public String getNamespace();
10
11} // class MetadataFormat
Note: See TracBrowser for help on using the repository browser.