Uses of Class
martin.common.Properties

Packages that use Properties
martin.common   
 

Uses of Properties in martin.common
 

Methods in martin.common that return Properties
static Properties Properties.load(java.io.InputStream stream, Properties defaultProperties)
           
static Properties Properties.load(java.lang.String filename)
           
static Properties Properties.load(java.lang.String filename, Properties defaultProperties)
           
 

Methods in martin.common with parameters of type Properties
private  void ArgParser.addProperties(Properties p)
          Add any key=value pairs in the specified properties object to this parser, where the key is not already specified.
static Properties Properties.load(java.io.InputStream stream, Properties defaultProperties)
           
static Properties Properties.load(java.lang.String filename, Properties defaultProperties)
           
 

Constructors in martin.common with parameters of type Properties
Properties(Properties defaults)