public class PatternDefinitionSource extends Object implements PropertySource
| 构造器和说明 |
|---|
PatternDefinitionSource() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
containsProperty(String name)
whether contains the specified property or not
|
String |
getName() |
String |
getProperty(String name) |
PatternDefinitionRepository |
getRepository() |
void |
setName(String name) |
void |
setRepository(PatternDefinitionRepository repository) |
public PatternDefinitionRepository getRepository()
public void setRepository(PatternDefinitionRepository repository)
public boolean containsProperty(String name)
PropertySourcecontainsProperty 在接口中 PropertySourcepublic String getProperty(String name)
getProperty 在接口中 PropertySourcename - the property nameCopyright © 2022. All rights reserved.