Package arc.mock
Class MockSettings
java.lang.Object
arc.Settings
arc.mock.MockSettings
-
Field Summary
Fields inherited from class arc.Settings
appName, byteInputStream, byteStream, dataDirectory, defaults, errorHandler, executor, hasErrored, json, loaded, maxBackups, modified, shouldAutosave, typeBinary, typeBool, typeFloat, typeInt, typeLong, typeString, ureader, values
-
Constructor Summary
-
Method Summary
Methods inherited from class arc.Settings
autosave, clear, defaults, get, getAppName, getBackupFolder, getBackupSettingsFile, getBool, getBool, getBoolOnce, getBoolOnce, getBytes, getBytes, getDataDirectory, getDefault, getFloat, getFloat, getInt, getInt, getJson, getJson, getLong, getLong, getSettingsFile, getString, getString, has, isModified, keys, keySize, loadValues, loadValues, manualSave, modified, put, putAll, putJson, putJson, remove, saveValues, setAppName, setAutosave, setDataDirectory, setErrorHandler, setJson
-
Constructor Details
-
MockSettings
public MockSettings()
-
-
Method Details