Constructor and Description |
---|
MetadataDumper(String fmUrlStr) |
Modifier and Type | Method and Description |
---|---|
void |
dumpMetadata(String productId)
|
void |
dumpMetadata(String productId,
String outDirPath)
|
static void |
main(String[] args) |
public MetadataDumper(String fmUrlStr) throws InstantiationException
InstantiationException
public void dumpMetadata(String productId)
Metadata
from the Product
identified by the
given productId
. The Metadata
is written to the
local directory .
, where this program was invoked from.productId
- The string identifier of the product to dump Metadata
from.public static void main(String[] args) throws InstantiationException
args
- InstantiationException
Copyright © 1999–2017 Apache OODT. All rights reserved.