org.apache.uima.tools
Class ValidateDescriptor

java.lang.Object
  extended by org.apache.uima.tools.ValidateDescriptor

public class ValidateDescriptor
extends java.lang.Object

Command-line utility for validating a descriptor. Supports CollectionReader, CasInitializer, AnalysisEngine, and CasConsumer descriptors.


Constructor Summary
ValidateDescriptor()
           
 
Method Summary
static void main(java.lang.String[] args)
          Runs the ValidateDescriptor tool.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidateDescriptor

public ValidateDescriptor()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Runs the ValidateDescriptor tool.

Parameters:
args - takes one argument, the path to a descriptor file.
Throws:
java.lang.Exception


Copyright © 2012. All Rights Reserved.