source: trunk/gsdl3/src/java/org/greenstone/gsdl3/gs3build/metadata/FileIdentifierFactory.java@ 7466

Last change on this file since 7466 was 6287, checked in by cs025, 21 years ago

Various changes to the METS structures and identifier factories to
move towards updateable structures and to add section support.

  • Property svn:keywords set to Author Date Id Revision
File size: 381 bytes
Line 
1package org.greenstone.gsdl3.gs3build.metadata;
2
3/**
4 * TODO: complete a class to create file identifiers
5 */
6
7import org.greenstone.gsdl3.gs3build.doctypes.DocumentID;
8
9public class FileIdentifierFactory extends AbstractIdentifierFactory
10{
11 public static final String FILE_IDENTIFIER_PRELUDE = "FILE";
12
13 public FileIdentifierFactory()
14 { super(FILE_IDENTIFIER_PRELUDE);
15 }
16}
Note: See TracBrowser for help on using the repository browser.