public class Dumper
extends java.lang.Object
FOStore dumper program usage: -DdumpOption=OPTION -DclassNames=CLASSNAMES OPTION parameter can be one of the following: dbInfo: prints general information about the store. classMetadata: prints the metadata for the classes CLASSNAMES. classInstances: prints all instances of the classes CLASSNAMES. classSubclasses: prints all information about the subclasses of the classes CLASSNAMES.This class is
public
because it has a main
entry
point for running as a standalone program.Constructor and Description |
---|
Dumper() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Given a command line argument that specifies what information
to dump, gets that information from the database and prints it
on standard output.
|
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.