source: branches/ant-install-branch/gsdl3/src/java/org/greenstone/gsdl3/gs3build/metadata/StructureIdentifierFactory.java@ 9858

Last change on this file since 9858 was 8699, checked in by chi, 20 years ago

Change program layout

  • Property svn:keywords set to Author Date Id Revision
File size: 412 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 StructureIdentifierFactory extends AbstractIdentifierFactory
10{
11 public static final String STRUCTURE_IDENTIFIER_PRELUDE = "DS";
12
13 public StructureIdentifierFactory()
14 {
15 super(STRUCTURE_IDENTIFIER_PRELUDE);
16 }
17}
Note: See TracBrowser for help on using the repository browser.