Package com.sun.corba.ee.spi.orb
Class PropertyParser
java.lang.Object
com.sun.corba.ee.spi.orb.PropertyParser
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioniterator()
parse
(Properties props) Return a map from field name to value.
-
Field Details
-
actions
-
-
Constructor Details
-
PropertyParser
public PropertyParser()
-
-
Method Details
-
add
-
addPrefix
public PropertyParser addPrefix(String propName, Operation action, String fieldName, Class<?> componentType) -
parse
Return a map from field name to value.- Parameters:
props
- properties to convert- Returns:
- unsynchonized Map
-
iterator
-