public final class PropertiesFormatter extends Object
| Constructor and Description |
|---|
PropertiesFormatter(PropertyFormat format) |
PropertiesFormatter(PropertyFormat format,
Map<String,String> properties) |
PropertiesFormatter(PropertyFormat format,
Mapper<String,String> properties) |
PropertiesFormatter(PropertyFormat format,
Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
String |
format(String str) |
Mapper<String,String> |
getProperties() |
void |
setProperties(Map<String,String> properties) |
void |
setProperties(Mapper<String,String> properties) |
void |
setProperties(Properties properties) |
public PropertiesFormatter(PropertyFormat format)
public PropertiesFormatter(PropertyFormat format, Mapper<String,String> properties)
public PropertiesFormatter(PropertyFormat format, Map<String,String> properties)
public PropertiesFormatter(PropertyFormat format, Properties properties)
public void setProperties(Properties properties)
Copyright © 2021 vpc open source initiative. All rights reserved.