All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.xmlmiddleware.xmldbms.tools.PropertyProcessor | +----org.xmlmiddleware.xmldbms.tools.GeneratePropFile
GeneratePropFile provides a command line utility for generating Java properties files from a set of property/value pairs. The command line syntax is:
java GeneratePropFile <property file name> <property>=<value> [<property>=<value>...]
If any property/value pairs contain spaces, they must be enclosed in double quotes. For example:
java GeneratePropFile MyPropFile.props "MapFile=My Map File.map"
Property/value pairs are read in order. If a property is listed more than once, the last value is used.
public GeneratePropFile()
public static void main(String args[])
See the introduction for the command line syntax.
All Packages Class Hierarchy This Package Previous Next Index