VMware GemFire Java API Reference
Class Installer
- java.lang.Object
-
- org.apache.geode.modules.session.installer.Installer
-
public class Installer extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)Class main methodvoidprocessWebXml(InputStream webXml, OutputStream out)
-
-
-
Constructor Detail
-
Installer
public Installer(String[] args)
-
-
Method Detail
-
main
public static void main(String[] args) throws Exception
Class main method- Parameters:
args- Arguments passed in via the command line- Throws:
Exception- in the event of any errors
-
processWebXml
public void processWebXml(InputStream webXml, OutputStream out) throws Exception
- Throws:
Exception
-
-