public class PropertySplitter extends Object
| 构造器和说明 |
|---|
PropertySplitter() |
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<Collection<String>> |
groupedList(String property)
Example: one.example.property = VALUE1.1,VALUE1.2|VALUE2.1,VALUE2.2
|
Collection<String> |
list(String property)
Example: one.example.property = VALUE1,VALUE2,VALUE3,VALUE4
|
Map<String,String> |
map(String property)
Example: one.example.property = KEY1:VALUE1,KEY2:VALUE2
|
Map<String,Collection<String>> |
mapOfList(String property)
Example: one.example.property = KEY1:VALUE1.1,VALUE1.2|KEY2:VALUE2.1,VALUE2.2
|
public Map<String,String> map(String property)
public Map<String,Collection<String>> mapOfList(String property)
public Collection<String> list(String property)
public Collection<Collection<String>> groupedList(String property)
Copyright © 2019 The Ant Financial. All rights reserved.