Class ValidateDescriptor


  • public class ValidateDescriptor
    extends java.lang.Object
    Command-line utility for validating a descriptor. Supports CollectionReader, CasInitializer, AnalysisEngine, and CasConsumer descriptors.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      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