• java.lang.Object
    • org.apache.geode.modules.session.installer.Installer

  • public class Installer
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Installer​(java.lang.String[] args)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Class main method
      void processWebXml​(java.io.InputStream webXml, java.io.OutputStream out)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Installer

        public Installer​(java.lang.String[] args)
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Class main method
        Parameters:
        args - Arguments passed in via the command line
        Throws:
        java.lang.Exception - in the event of any errors
      • processWebXml

        public void processWebXml​(java.io.InputStream webXml,
                                  java.io.OutputStream out)
                           throws java.lang.Exception
        Throws:
        java.lang.Exception