public class Configuration extends Object
| 构造器和说明 |
|---|
Configuration() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addProperty(Property property) |
Property |
getLastProperty() |
Collection<Property> |
getProperties() |
Property |
getProperty(String propertyName) |
void |
sortProperties(Comparator<String> comparator) |
public Collection<Property> getProperties()
public Property getLastProperty()
public void addProperty(Property property)
public void sortProperties(Comparator<String> comparator)
Copyright © 2024. All rights reserved.