|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.enterprise.universal.PropertiesDecoder
public class PropertiesDecoder
| Constructor Summary | |
|---|---|
PropertiesDecoder()
|
|
| Method Summary | |
|---|---|
static java.util.Map<java.lang.String,java.lang.String> |
unflatten(java.lang.String s)
There are several CLI commands that take properties arguments. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertiesDecoder()
| Method Detail |
|---|
public static java.util.Map<java.lang.String,java.lang.String> unflatten(java.lang.String s)
Example Input: foo=goo:xyz:hoo=ioo
Output would be 3 pairs:
props - The flattened string properties
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||