DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.config
Class CollectionFileConverter

java.lang.Object
  extended by org.dlese.dpc.schemedit.config.CollectionFileConverter

public class CollectionFileConverter
extends Object

Utilities for manipulating XPaths, represented as String

Author:
ostwald

Field Summary
 MetaDataFramework framework
           
 
Constructor Summary
CollectionFileConverter(MetaDataFramework framework)
           
 
Method Summary
 void convert(String path)
           
static void main(String[] args)
          The main program for the CollectionFileConverter class
static String showArray(String[] items)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

framework

public MetaDataFramework framework
Constructor Detail

CollectionFileConverter

public CollectionFileConverter(MetaDataFramework framework)
Method Detail

showArray

public static String showArray(String[] items)

convert

public void convert(String path)

main

public static void main(String[] args)
                 throws Exception
The main program for the CollectionFileConverter class

Parameters:
args - The command line arguments
Throws:
Exception - Description of the Exception

DLESE Tools
v1.6.0