Gemfire JavaDocs
Class Installer
- 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 methodvoid
processWebXml(java.io.InputStream webXml, java.io.OutputStream out)
-
-
-
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
-
-