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