Package net.n2oapp.properties.io
Class PropertiesInfoCollector
- java.lang.Object
-
- net.n2oapp.properties.io.PropertiesInfoCollector
-
public class PropertiesInfoCollector extends Object
- Author:
- V. Alexeev.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPropertiesInfoCollector.PropertyInfo
-
Constructor Summary
Constructors Constructor Description PropertiesInfoCollector(String locationPattern)PropertiesInfoCollector(String encode, String locationPattern)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetGroup(String property)PropertiesInfoCollector.PropertyInfogetInfo(String group, String key)Map<String,List<PropertiesInfoCollector.PropertyInfo>>getPropertyInfoMap()
-
-
-
Method Detail
-
getPropertyInfoMap
public Map<String,List<PropertiesInfoCollector.PropertyInfo>> getPropertyInfoMap()
-
getInfo
public PropertiesInfoCollector.PropertyInfo getInfo(String group, String key)
-
-