- java.lang.Object
-
- util.settings.Property
-
- util.settings.VersionProperty
-
public class VersionProperty extends Property
- Author:
- Til Schneider, www.murfman.de
-
-
Constructor Summary
Constructors Constructor Description VersionProperty(PropertyManager manager, java.lang.String key, Version defaultValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
clearCache()
Version
getDefault()
Version
getVersion()
void
setVersion(Version value)
-
Methods inherited from class util.settings.Property
addChangeListener, fireChangeEvent, getKey, getProperty, removeChangeListener, setProperty
-
-
-
-
Constructor Detail
-
VersionProperty
public VersionProperty(PropertyManager manager, java.lang.String key, Version defaultValue)
-
-
Method Detail
-
getDefault
public Version getDefault()
-
getVersion
public Version getVersion()
-
setVersion
public void setVersion(Version value)
-
clearCache
protected void clearCache()
- Specified by:
clearCache
in classProperty
-
-