Uses of Class
com.iotabits.util.StructuredProperties

Packages that use StructuredProperties
com.iotabits.util   
 

Uses of StructuredProperties in com.iotabits.util
 

Methods in com.iotabits.util that return StructuredProperties
 StructuredProperties StructuredProperties.getSection(java.lang.String prefixName)
          Return a StructuredProperties object that has is new, and has all the properties starting with the given prefix in it.
 StructuredProperties[] StructuredProperties.getStructuredList(java.lang.String listName)
          aStructList.1.FieldOne=ItemOneFieldOneValue aStructList.1.FieldTwo=ItemOneFieldTwoValue aStructList.1.FieldThree.1=ItemOneField3.1Value aStructList.1.FieldThree.2=ItemOneField3.2Value aStructList.2.FieldOne=ItemTwoFieldOneValue aStructList.2.FieldTwo=ItemTwoFieldTwoValue aStructList.2.FieldThree.1=ItemTwoField3.1Value aStructList.2.FieldThree.2=ItemTwoField3.2Value ==> Properties[0] = {FieldOne=ItemOneFieldOneValue, FieldTwo=ItemOneFieldTwoValue, FieldThree.1=ItemOneField3.1Value FieldThree.2=ItemOneField3.2Value } Properties[1] = {FieldOne=ItemTwoFieldOneValue, FieldTwo=ItemTwoFieldTwoValue, FieldThree.1=ItemTwoField3.1Value FieldThree.2=ItemTwoField3.2Value }
 StructuredProperties StructuredProperties.substituteSymbols(java.util.Properties symbols)
          Symbols has keys that are to be substituted with their values, in the values of the source Properties object.
 StructuredProperties StructuredProperties.substituteSymbols(StructuredProperties symbols)
          Substitute symbols that come in as a StructuredProperties class.
 

Methods in com.iotabits.util with parameters of type StructuredProperties
 StructuredProperties StructuredProperties.substituteSymbols(StructuredProperties symbols)
          Substitute symbols that come in as a StructuredProperties class.
 

Constructors in com.iotabits.util with parameters of type StructuredProperties
StructuredProperties(StructuredProperties sps)