DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.vocab
Class FieldFilesCheck

java.lang.Object
  extended by org.dlese.dpc.schemedit.vocab.FieldFilesCheck

public class FieldFilesCheck
extends Object

Command line routine that checks fields files for well-formedness, and ensures that the xpaths associated with the field files exist within the given metadata framework.

Author:
ostwald

$Id: FieldFilesCheck.java,v 1.3 2009/03/20 23:33:58 jweather Exp $


Constructor Summary
FieldFilesCheck(URI listingUri, URI schemaUri)
          Constructor for the FieldFilesCheck object
 
Method Summary
static void main(String[] args)
          Read a set of fields files
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldFilesCheck

public FieldFilesCheck(URI listingUri,
                       URI schemaUri)
                throws Exception
Constructor for the FieldFilesCheck object

Throws:
Exception
Method Detail

main

public static void main(String[] args)
Read a set of fields files

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

DLESE Tools
v1.6.0