Class TryLoadXML

java.lang.Object
com.martiansoftware.jsap.xml.TryLoadXML

public class TryLoadXML
extends java.lang.Object
Loads a silly example JSAP from xml and displays its help message
Author:
Marty Lamb
  • Constructor Summary

    Constructors
    Constructor Description
    TryLoadXML()  
  • Method Summary

    Modifier and Type Method Description
    static void main​(java.lang.String[] args)  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TryLoadXML

      public TryLoadXML()
  • Method Details

    • main

      public static void main​(java.lang.String[] args) throws java.lang.Exception
      Throws:
      java.lang.Exception