public class BOMExporter
extends Object
implements RemoteAccess
| Modifier and Type | Field and Description |
|---|---|
static String |
HTTPGWHOSTNAME |
static int |
MAJOR |
static int |
MINOR |
static String |
RMIHOSTNAME |
static boolean |
SERVER |
static String |
WEBAPPNAME |
static String |
WTHOME |
| Constructor and Description |
|---|
BOMExporter() |
BOMExporter(String configFile) |
BOMExporter(String configFile,
Map<String,Object> override) |
| Modifier and Type | Method and Description |
|---|---|
static void |
doExport(Persistable rootNode,
String configFileName) |
static void |
doExport(Persistable rootNode,
String configFileName,
Map<String,Object> override) |
void |
exportBOM(Persistable rootNode)
export node structure / bom to file switches to methodserver if necessary.
|
static void |
main(String[] a) |
static void |
usage() |
public static final int MAJOR
public static final int MINOR
public static final String RMIHOSTNAME
public static final String HTTPGWHOSTNAME
public static final String WEBAPPNAME
public static final String WTHOME
public static final boolean SERVER
public BOMExporter(String configFile,
Map<String,Object> override)
throws Exception
Exceptionpublic BOMExporter(String configFile)
throws Exception
Exceptionpublic BOMExporter()
throws Exception
Exceptionpublic static void doExport(Persistable rootNode,
String configFileName)
throws Exception
Exceptionpublic static void doExport(Persistable rootNode,
String configFileName,
Map<String,Object> override)
throws Exception
Exceptionpublic void exportBOM(Persistable rootNode)
throws Exception
rootNode - Exceptionpublic static void main(String[] a)
throws Exception
Exceptionpublic static void usage()