rockvole_helper library

Constants

C_ADD_CATEGORY → const int
C_ADD_ENTRY → const int
C_ADD_SERVER → const int
C_ANDROID → const int
C_BACKUP → const int
C_CHANGE_INT → const int
C_CHANGE_STRING → const int
C_CLEAN → const int
C_COMPRESS → const int
C_EXPORT → const int
C_FETCH_SERVER → const int
C_IMPORT → const int
C_LIST_STRAYS → const int
C_MAX → const int
C_MIN → const int
C_MOVE_CATEGORY → const int
C_OPTIMIZE → const int
C_PURGE_LOGS → const int
C_PURGE_STRAYS → const int
C_RESTORE → const int
C_RUN_SERVER → const int
C_SET_SERVER_ID → const int
C_SET_USER → const int
C_TOGGLE_SERVER → const int
C_UPGRADE_USER → const int
CMD → const String
validCommands → const List<String>

Properties

commandParams List<List<int>>
getter/setter pair

Functions

isCorrectParameterCount(int command, List<String> args) bool
main(List<String> args) Future<void>
parseWardenType(String wardenString) WardenType?
showAddEntry() → void
showAddServerSyntax() → void
showAndroidSyntax() → void
showBackupSyntax() → void
showChangeIntSyntax() → void
showChangeStringSyntax() → void
showCleanSyntax() → void
showCompressSyntax() → void
showExportSyntax() → void
showFetchServer() → void
showImportSyntax() → void
showListStraysSyntax() → void
showOptimize() → void
showPermittedConfigValues(ConfigurationNameDefaults defaults) → void
showPurgeLogsSyntax() → void
showPurgeStraysSyntax() → void
showRestoreSyntax() → void
showRunServer() → void
showSetServerIdSyntax() → void
showSetUser() → void
showSyntax() → void
showToggleServer() → void
showUpgradeUserSyntax() → void