public class Installer
extends java.lang.Object
Constructor and Description |
---|
Installer(java.lang.String[] args) |
Modifier and Type | Method and Description |
---|---|
static void |
log(java.lang.String message) |
static void |
main(java.lang.String[] args)
Class main method
|
void |
process()
The main entry point for processing
|
void |
processWebXml(java.io.InputStream webXml,
java.io.OutputStream out) |
public Installer(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- Arguments passed in via the command linejava.lang.Exception
- in the event of any errorspublic static void log(java.lang.String message)
public void process() throws java.lang.Exception
java.lang.Exception
- if any errors occur.public void processWebXml(java.io.InputStream webXml, java.io.OutputStream out) throws java.lang.Exception
java.lang.Exception