| Constructor and Description |
|---|
ProductDumper(String fmUrlStr) |
| Modifier and Type | Method and Description |
|---|---|
void |
dumpProduct(String productId)
Dumps a
Product in XML format identified by the given
productId. |
void |
dumpProduct(String productId,
String outDirPath)
Dumps a
Product in XML format identified by the given
productId. |
static void |
main(String[] args) |
public ProductDumper(String fmUrlStr) throws InstantiationException
InstantiationExceptionpublic void dumpProduct(String productId)
Product in XML format identified by the given
productId. The ProductXML is written to the
local directory ., where this program was invoked from.productId - The string identifier of the product to dump Product
info from.public static void main(String[] args) throws InstantiationException
args - InstantiationExceptionCopyright © 1999–2017 Apache OODT. All rights reserved.