Class TryDumpXML

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

public class TryDumpXML
extends java.lang.Object
Sends a JSAPConfig to System.out as xml (for test purposes)
Author:
Marty Lamb
  • Constructor Summary

    Constructors
    Constructor Description
    TryDumpXML()  
  • 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

    • TryDumpXML

      public TryDumpXML()
  • Method Details

    • main

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