org.hardtokenmgmt.buildtools
Class UpdateApplicationXML

java.lang.Object
  extended by org.hardtokenmgmt.buildtools.UpdateApplicationXML

public class UpdateApplicationXML
extends java.lang.Object

Utility that inserts a module into the application.xml file in a .ear file. The program takes three (four if web module) parameters: path-to-ear-file moduletype ('web' or 'ejb') modulename contextroot (web module only)

Author:
Philip Vendil

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

Constructor Detail

UpdateApplicationXML

public UpdateApplicationXML()
Method Detail

main

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