Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.aendvari.common.properties.Properties

Uses of Properties in com.aendvari.common.properties
 

Methods in com.aendvari.common.properties that return Properties
 Properties Properties.cloneProperties()
          Returns a duplicate of this Properties.
 

Methods in com.aendvari.common.properties with parameters of type Properties
 void Properties.cloneProperties(Properties source)
          Duplicates the supplied Properties.
 

Constructors in com.aendvari.common.properties with parameters of type Properties
Properties(Properties source)
          Constructs a Properties instance from another Properties.