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
InstantiationException
public void dumpProduct(String productId)
Product
in XML format identified by the given
productId
. The Product
XML 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
- InstantiationException
Copyright © 1999–2017 Apache OODT. All rights reserved.