Modifier and Type | Field and Description |
---|---|
static String |
TEMPL_END |
static String |
TEMPL_NEGATION |
static int |
TEMPL_NEGATION_LEN |
static String |
TEMPL_START |
Constructor and Description |
---|
TemplatePropertiesWrapper() |
TemplatePropertiesWrapper(Map<String,String> properties) |
TemplatePropertiesWrapper(Properties properties) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
Object |
clone() |
boolean |
equals(Object o) |
boolean |
exists(String propertyName) |
Map<String,String> |
getAllProperties() |
Set<String> |
getKeys() |
String |
getProperty(String key)
Gets value by key.
|
String |
getProperty(String key,
String defaultValue)
Gets value by key.
|
int |
hashCode() |
void |
put(String key,
String value) |
public static final String TEMPL_START
public static final String TEMPL_END
public static final String TEMPL_NEGATION
public static final int TEMPL_NEGATION_LEN
public TemplatePropertiesWrapper()
public TemplatePropertiesWrapper(Properties properties)
public String getProperty(String key)
public String getProperty(String key, String defaultValue)
public void clear()
public boolean exists(String propertyName)
Copyright © 2000–2022 EPAM Systems. All rights reserved.