Class PropertyParser
java.lang.Object
com.sun.corba.ee.spi.orb.PropertyParser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioniterator()parse(Properties props) Return a map from field name to value.
-
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
-