public class ConfigIniSection extends Object
Constructor and Description |
---|
ConfigIniSection(String name,
Map<String,String> properties)
Creates a new ConfigIniSection with the name and properties of the provided SaUserSetting.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getBooleanProperty(String propertyName,
boolean defaultVal)
Returns the boolean value of the specified property.
|
String |
getName() |
String |
getProperty(String propertyName)
Returns the property with the specified name.
|
boolean |
hasProperty(String propertyName) |
String |
toString() |
public String getProperty(String propertyName)
propertyName
- name of the property (not case sensitive)public boolean getBooleanProperty(String propertyName, boolean defaultVal)
propertyName
- name of the property (not case sensitive)defaultVal
- default value if the property does not existpublic String getName()
public boolean hasProperty(String propertyName)
propertyName
- name of the property to check (not case sensitive)Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.