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.intVersion number as an integer.Fields inherited from class SettingsObject
parent -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class 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:
clonein classSettingsObject
-
setParentRecursive
- Specified by:
setParentRecursivein classSettingsObject
-
setupListeners
protected void setupListeners()- Specified by:
setupListenersin classSettingsObject
-
dispose
public void dispose() -
apply
public void apply()
-