public class UnityFilePropertiesHelper
extends eu.unicore.util.configuration.FilePropertiesHelper
FilePropertiesHelper with Unity specific methods. Currently only one - returning localized strings.
Except of the base class the same as UnityPropertiesHelper.| Constructor and Description |
|---|
UnityFilePropertiesHelper(String prefix,
File file,
Map<String,eu.unicore.util.configuration.PropertyMD> meta,
org.apache.log4j.Logger log) |
UnityFilePropertiesHelper(String prefix,
String file,
Map<String,eu.unicore.util.configuration.PropertyMD> meta,
org.apache.log4j.Logger log) |
| Modifier and Type | Method and Description |
|---|---|
pl.edu.icm.unity.types.I18nString |
getLocalizedString(pl.edu.icm.unity.MessageSource msg,
String baseKey) |
getFile, hasFileChanged, load, load, reload, reloadIfChanged, runaddPropertyChangeListener, canHaveSubkeys, checkBounds, checkConstraints, checkConstraints, checkDeprecated, checkPropertyConstraints, checkStructuredListConstraints, clone, cloneTo, filterChanged, findUnknown, getBooleanValue, getClassValue, getDoubleValue, getDoubleValueNoCheck, getEnumValue, getFileValue, getFileValueAsString, getIntValue, getIntValueNoCheck, getKeyDescription, getListOfValues, getLocalizedValue, getLongValue, getLongValueNoCheck, getMetadata, getMetadataKey, getRawProperty, getSortedNumKeys, getSortedStringKeys, getStructuredListKeys, getSubkeyBooleanValue, getSubkeyEnumValue, getSubkeyIntValue, getSubkeyLongValue, getSubkeyValue, getValue, isSet, logValue, notifyAllWithKey, notifyFocusedListeners, notifyGenericListeners, removePropertyChangeListener, setProperties, setPropertypublic UnityFilePropertiesHelper(String prefix, File file, Map<String,eu.unicore.util.configuration.PropertyMD> meta, org.apache.log4j.Logger log) throws IOException
IOExceptionpublic UnityFilePropertiesHelper(String prefix, String file, Map<String,eu.unicore.util.configuration.PropertyMD> meta, org.apache.log4j.Logger log) throws IOException
IOExceptionpublic pl.edu.icm.unity.types.I18nString getLocalizedString(pl.edu.icm.unity.MessageSource msg,
String baseKey)
msg - baseKey - Property name (without the prefix).Copyright © 2018 Unity. All rights reserved.