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

Quick Search    Search Deep

Uses of Class
com.flexstor.common.util.PropertyMapperException

Uses of PropertyMapperException in com.flexstor.common.util
 

Methods in com.flexstor.common.util that throw PropertyMapperException
 boolean PropertyMapperCore.addProperty(java.lang.String sSection, java.lang.String sProperty, java.lang.String sValue)
          Adds a new property-value to a section in htSections.
 java.util.Hashtable PropertyMapperCore.getSection(java.lang.String sSection)
          Retrieves the property/value pairs for a specified section.
 java.lang.String[] PropertyMapperCore.getProperties(java.lang.String sSection)
          Retrieves the properties for a specific section.
 java.lang.String PropertyMapperCore.getValue(java.lang.String sSection, java.lang.String sProperty)
          Retrieves the value for a specific property within a section.