Package gaiasky.util
Class Settings.VersionSettings
java.lang.Object
gaiasky.util.SettingsObject
gaiasky.util.Settings.VersionSettings
- All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable
,Cloneable
- Enclosing class:
Settings
This object holds all the data pertaining to the software version.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe build string.Username of the builder.The build time, as an instant.System in which the software was built.Version string.int
Version number as an integer.Fields inherited from class gaiasky.util.SettingsObject
parent
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class gaiasky.util.SettingsObject
isEnabled, setParent
-
Field Details
-
version
Version string. -
versionNumber
public int versionNumberVersion number as an integer. SeeSettings.SOURCE_VERSION
. -
buildTime
The build time, as an instant. -
builder
Username of the builder. -
system
System in which the software was built. -
build
The build string. This usually coincides with the git commit.
-
-
Constructor Details
-
VersionSettings
public VersionSettings()
-
-
Method Details
-
initialize
-
toString
-
getBuildTimePretty
-
clone
- Overrides:
clone
in classSettingsObject
-
setParentRecursive
- Specified by:
setParentRecursive
in classSettingsObject
-
setupListeners
protected void setupListeners()- Specified by:
setupListeners
in classSettingsObject
-
dispose
public void dispose() -
apply
public void apply()
-