DLESE Tools
v1.6.0

org.dlese.dpc.vocab
Class MetadataVocabIntegrityChecker

java.lang.Object
  extended by org.dlese.dpc.vocab.MetadataVocabIntegrityChecker

public class MetadataVocabIntegrityChecker
extends Object

Loads a MetadataVocab instance from the given loader XML, and checks the integrity of all loaded non-default groups OPML, reporting on any missing vocabularies.

Author:
Ryan Deardorff

Constructor Summary
MetadataVocabIntegrityChecker(String metadataGroupsLoaderFile)
          Constructor for the MetadataServlet object
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetadataVocabIntegrityChecker

public MetadataVocabIntegrityChecker(String metadataGroupsLoaderFile)
Constructor for the MetadataServlet object

Parameters:
metadataGroupsLoaderFile -
Method Detail

main

public static void main(String[] args)
Parameters:
args -

DLESE Tools
v1.6.0