Index
All Classes and Interfaces|All Packages|Serialized Form
A
- ACTION_NOT_FOUND - Enum constant in enum class dev.le_app.mcss_api_java.Errors
-
Task doesn't have an action
- AGGRESSIVE - Enum constant in enum class dev.le_app.mcss_api_java.KeepOnline
-
Server will be restarted if it crashes or is shutdown
- allowUnsafeSSL - Variable in class dev.le_app.mcss_api_java.MCSSApi
- APIInvalidTaskDetailsException - Exception in dev.le_app.mcss_api_java.exceptions
-
Thrown when the task details are invalid.
- APIInvalidTaskDetailsException(String) - Constructor for exception dev.le_app.mcss_api_java.exceptions.APIInvalidTaskDetailsException
-
Constructs a new exception with the specified detail message.
- APINoServerAccessException - Exception in dev.le_app.mcss_api_java.exceptions
-
Thrown if the API token doesn't have access to a specified server
- APINoServerAccessException(String) - Constructor for exception dev.le_app.mcss_api_java.exceptions.APINoServerAccessException
-
Thrown if the API token doesn't have access to a specified server
- APINotFoundException - Exception in dev.le_app.mcss_api_java.exceptions
-
Thrown when the task details are invalid.
- APINotFoundException(String) - Constructor for exception dev.le_app.mcss_api_java.exceptions.APINotFoundException
-
Constructs a new exception with the specified detail message.
- APIUnauthorizedException - Exception in dev.le_app.mcss_api_java.exceptions
-
Thrown when the task details are invalid.
- APIUnauthorizedException(String) - Constructor for exception dev.le_app.mcss_api_java.exceptions.APIUnauthorizedException
-
Constructs a new exception with the specified detail message.
- APIVersionMismatchException - Exception in dev.le_app.mcss_api_java.exceptions
-
Thrown when the task details are invalid.
- APIVersionMismatchException(String) - Constructor for exception dev.le_app.mcss_api_java.exceptions.APIVersionMismatchException
-
Constructs a new exception with the specified detail message.
- AT_LEAST_ONE - Enum constant in enum class dev.le_app.mcss_api_java.PlayerRequirement
-
The task will be executed only if the server is not empty
B
- Backup - Class in dev.le_app.mcss_api_java
-
This class contains information about a server's backup
- Backup(MCSSApi, String, String) - Constructor for class dev.le_app.mcss_api_java.Backup
-
Creates a new Backup object - ONLY MADE BY THE SERVER OBJECT
- BackupCompressionType - Enum Class in dev.le_app.mcss_api_java
-
The type of compression used for backups.
- BackupJob - Class in dev.le_app.mcss_api_java
-
Represents a backup job.
- BackupJob(MCSSApi, String, String) - Constructor for class dev.le_app.mcss_api_java.BackupJob
-
Constructs a new BackupJob.
C
- CANCELLED - Enum constant in enum class dev.le_app.mcss_api_java.LastBackupState
-
The backup has been cancelled
- CHANGE_NAME_DELETED - Enum constant in enum class dev.le_app.mcss_api_java.Errors
-
Task Deleted - CHANGE NAME
- changeName(String) - Method in class dev.le_app.mcss_api_java.Task
-
Change the task name
- COMMANDS_NOT_FOUND - Enum constant in enum class dev.le_app.mcss_api_java.Errors
-
No Commands found for task
- COMMANDS_NOT_GIVEN - Enum constant in enum class dev.le_app.mcss_api_java.Errors
-
No Commands given for task
- COMPLETED - Enum constant in enum class dev.le_app.mcss_api_java.LastBackupState
-
The backup has finished successfully
- COULD_NOT_PARSE_TIME - Enum constant in enum class dev.le_app.mcss_api_java.Errors
-
Task time was invalid
- CREATE_TASK - Enum constant in enum class dev.le_app.mcss_api_java.Endpoints
-
Endpoint for creating a task
- createFixedTimeTask(String, Boolean, Boolean, LocalTime, Job) - Method in class dev.le_app.mcss_api_java.Scheduler
-
Create a new Fixed Time task
- createIntervalTask(String, Boolean, Boolean, int, Job) - Method in class dev.le_app.mcss_api_java.Scheduler
-
Create a new Interval Task
- createTimelessTask(String, Boolean, Job) - Method in class dev.le_app.mcss_api_java.Scheduler
-
Create a new Interval Task
D
- deleteBackup() - Method in class dev.le_app.mcss_api_java.Backup
-
Delete the backup - NOTE: This won't delete the backup files, just the backup information in MCSS
- deleteTask() - Method in class dev.le_app.mcss_api_java.Task
-
Delete the task from the API
- dev.le_app.mcss_api_java - package dev.le_app.mcss_api_java
- dev.le_app.mcss_api_java.exceptions - package dev.le_app.mcss_api_java.exceptions
- DISABLE_DELETED - Enum constant in enum class dev.le_app.mcss_api_java.Errors
-
Task Deleted - DISABLE
- DISABLE_TIMELESS - Enum constant in enum class dev.le_app.mcss_api_java.Errors
-
Cannot disable a timeless task
E
- ELEVATED - Enum constant in enum class dev.le_app.mcss_api_java.KeepOnline
-
Server will be restarted if it crashes
- EMPTY - Enum constant in enum class dev.le_app.mcss_api_java.PlayerRequirement
-
The taks will be executed only if the server is empty
- ENABLE_DELETED - Enum constant in enum class dev.le_app.mcss_api_java.Errors
-
Task Deleted - ENABLE
- ENABLE_TIMELESS - Enum constant in enum class dev.le_app.mcss_api_java.Errors
-
Cannot enable a timeless task
- Endpoints - Enum Class in dev.le_app.mcss_api_java
-
List of endpoints for the API.
- Errors - Enum Class in dev.le_app.mcss_api_java
-
List of possible errors of the API
- EXECUTE_SERVER_ACTION - Enum constant in enum class dev.le_app.mcss_api_java.Endpoints
-
Endpoint for executing a server action
- EXECUTE_SERVER_COMMAND - Enum constant in enum class dev.le_app.mcss_api_java.Endpoints
-
Endpoint for executing a server command
- EXECUTE_SERVER_COMMANDS - Enum constant in enum class dev.le_app.mcss_api_java.Endpoints
-
Endpoint for executing multiple commands
- executeServerAction(ServerAction) - Method in class dev.le_app.mcss_api_java.Server
-
Execute a power action on the server.
- executeServerCommand(String) - Method in class dev.le_app.mcss_api_java.Server
-
Executes a command on a server
- executeServerCommands(String...) - Method in class dev.le_app.mcss_api_java.Server
-
Executes multiple commands on the server
- expectedVersion - Variable in class dev.le_app.mcss_api_java.MCSSApi
F
- FAILED - Enum constant in enum class dev.le_app.mcss_api_java.LastBackupState
-
The backup has failed
- FILTER - Enum constant in enum class dev.le_app.mcss_api_java.ServerFilter
-
Filter for servers that have the same ServerType as a provided ServerID
- findByVal(int) - Static method in enum class dev.le_app.mcss_api_java.BackupCompressionType
-
Gets the compression type from the value.
- findByVal(int) - Static method in enum class dev.le_app.mcss_api_java.KeepOnline
-
Gets the keep online behaviour from the value.
- findByVal(int) - Static method in enum class dev.le_app.mcss_api_java.LastBackupState
-
Gets the last backup state from the value.
- findByVal(int) - Static method in enum class dev.le_app.mcss_api_java.ServerStatus
-
Gets the server status from the value.
- findByVal(int) - Static method in enum class dev.le_app.mcss_api_java.TaskType
-
Gets the task type from the value.
- findByVal(Integer) - Static method in enum class dev.le_app.mcss_api_java.PlayerRequirement
-
Gets the player requirement from the value.
- FIXED_TIME - Enum constant in enum class dev.le_app.mcss_api_java.TaskType
-
Fixed time (ex Every Day at 9PM)
G
- GET_CONSOLE - Enum constant in enum class dev.le_app.mcss_api_java.Endpoints
-
Endpoint for getting the server console
- GET_CONSOLE_FROM_BEGINNING - Enum constant in enum class dev.le_app.mcss_api_java.Endpoints
-
Endpoint for getting the server console from beginning
- GET_CONSOLE_FROM_BEGINNING_REVERSED - Enum constant in enum class dev.le_app.mcss_api_java.Endpoints
-
Endpoint for getting the server console from beginning reversed
- GET_CONSOLE_REVERSED - Enum constant in enum class dev.le_app.mcss_api_java.Endpoints
-
Endpoint for getting the server console reversed
- GET_ICON - Enum constant in enum class dev.le_app.mcss_api_java.Endpoints
-
Endpoint for getting the server icon
- GET_SCHEDULER - Enum constant in enum class dev.le_app.mcss_api_java.Endpoints
-
Endpoint for getting the server scheduler
- GET_STATS - Enum constant in enum class dev.le_app.mcss_api_java.Endpoints
-
Endpoint for getting the server stats
- GET_TASK - Enum constant in enum class dev.le_app.mcss_api_java.Endpoints
-
Endpoint for getting the task details
- GET_TASK_AMOUNT_FILTER - Enum constant in enum class dev.le_app.mcss_api_java.Endpoints
-
Endpoint for getting the task amount filtered
- GET_TASK_LIST - Enum constant in enum class dev.le_app.mcss_api_java.Endpoints
-
Endpoint for getting the task list
- getAction() - Method in class dev.le_app.mcss_api_java.BackupJob
- getAction() - Method in class dev.le_app.mcss_api_java.Job
-
Get the action of the task.
- getAction() - Method in class dev.le_app.mcss_api_java.RunCommandsJob
- getAction() - Method in class dev.le_app.mcss_api_java.ServerActionJob
-
Get the action of the job.
- getBackupGUID() - Method in class dev.le_app.mcss_api_java.BackupJob
-
Get the Backup ID of the backup executed by the task
- getBackupGUID() - Method in class dev.le_app.mcss_api_java.Job
-
Get the Backup ID of the backup executed by the task
- getBackupGUID() - Method in class dev.le_app.mcss_api_java.RunCommandsJob
- getBackupGUID() - Method in class dev.le_app.mcss_api_java.ServerActionJob
- getBackupID() - Method in class dev.le_app.mcss_api_java.Backup
-
Gets the backup ID
- getBackupName() - Method in class dev.le_app.mcss_api_java.Backup
-
Gets the backup name
- getBackups() - Method in class dev.le_app.mcss_api_java.Server
-
Get a list of backups for this server
- getCommands() - Method in class dev.le_app.mcss_api_java.BackupJob
- getCommands() - Method in class dev.le_app.mcss_api_java.Job
-
Get the commands of the task.
- getCommands() - Method in class dev.le_app.mcss_api_java.RunCommandsJob
-
Get an array list of commands that the task executes
- getCommands() - Method in class dev.le_app.mcss_api_java.ServerActionJob
- getCompletedAt() - Method in class dev.le_app.mcss_api_java.Backup
-
Gets the last completion date/time of the backup
- getCompressionType() - Method in class dev.le_app.mcss_api_java.Backup
-
Gets the compression type of the backup
- getConsole(int) - Method in class dev.le_app.mcss_api_java.Server
-
Get last console lines
- getConsole(int, boolean, boolean) - Method in class dev.le_app.mcss_api_java.Server
-
Get last console lines, with the ability to take the lines from the beginning of the console instead of the end and the ability to reverse the console lines
- getConsoleFromBeginning(int, boolean) - Method in class dev.le_app.mcss_api_java.Server
-
Get last console lines, with the ability to take the lines from the beginning of the console instead of the end
- getConsoleReversed(int, boolean) - Method in class dev.le_app.mcss_api_java.Server
-
Get last console lines, with the ability reverse the lines of the console
- getCpuUsage() - Method in class dev.le_app.mcss_api_java.Server
-
Get the server CPU usage - this value is updated with every method run
- getCreationDate() - Method in class dev.le_app.mcss_api_java.Server
- getDescription() - Method in class dev.le_app.mcss_api_java.Server
- getDestination() - Method in class dev.le_app.mcss_api_java.Backup
-
Gets the destination of the backup
- getEndpoint() - Method in enum class dev.le_app.mcss_api_java.Endpoints
-
Returns the endpoint as string.
- getFileBlacklist() - Method in class dev.le_app.mcss_api_java.Backup
-
Gets the file blacklist of the backup
- getFolderBlacklist() - Method in class dev.le_app.mcss_api_java.Backup
-
Gets the folder blacklist of the backup
- getFolderName() - Method in class dev.le_app.mcss_api_java.Server
- getForceSaveOnStop() - Method in class dev.le_app.mcss_api_java.Server
- getGUID() - Method in class dev.le_app.mcss_api_java.Server
- getInfo() - Method in class dev.le_app.mcss_api_java.MCSSApi
-
Get general information about the MCSS install
- getInterval() - Method in class dev.le_app.mcss_api_java.Task
-
Get the interval information for the Task.
- getIsDev() - Method in class dev.le_app.mcss_api_java.Info
- getIsSetToAutostart() - Method in class dev.le_app.mcss_api_java.Server
- getJavaAllocatedMemory() - Method in class dev.le_app.mcss_api_java.Server
- getJavaStartupLine() - Method in class dev.le_app.mcss_api_java.Server
- getJob() - Method in class dev.le_app.mcss_api_java.Task
- getKeepOnline() - Method in class dev.le_app.mcss_api_java.Server
- getLastBackupState() - Method in class dev.le_app.mcss_api_java.Backup
-
Gets the last backup state of the backup This value is updated every time the method is run, hence why all the other exceptions
- getMCSSApiVersion() - Method in class dev.le_app.mcss_api_java.Info
- getMCSSVersion() - Method in class dev.le_app.mcss_api_java.Info
- getMemoryLimit() - Method in class dev.le_app.mcss_api_java.Server
-
Get the server memory limit - this value is updated with every method run
- getMessage() - Method in enum class dev.le_app.mcss_api_java.Errors
-
Gets the message of the error.
- getName() - Method in class dev.le_app.mcss_api_java.Server
- getOnlinePlayers() - Method in class dev.le_app.mcss_api_java.Server
-
Get the number of online players on the server - this value is updated with every method run
- getPathToFolder() - Method in class dev.le_app.mcss_api_java.Server
- getPlayerLimit() - Method in class dev.le_app.mcss_api_java.Server
-
Get the player limit on the server - this value is updated with every method run
- getPlayerRequirement() - Method in class dev.le_app.mcss_api_java.Task
- getRamUsage() - Method in class dev.le_app.mcss_api_java.Server
-
Get the server RAM usage - this value is updated with every method run
- getScheduler() - Method in class dev.le_app.mcss_api_java.Server
- getServerCount() - Method in class dev.le_app.mcss_api_java.MCSSApi
-
Get the number of servers.
- getServerCount(ServerFilter) - Method in class dev.le_app.mcss_api_java.MCSSApi
-
Get the number of servers.
- getServerCount(ServerFilter, String) - Method in class dev.le_app.mcss_api_java.MCSSApi
-
Get the number of servers.
- getServerIcon() - Method in class dev.le_app.mcss_api_java.Server
-
Get the server icon - this value is updated with every method run
- getServers() - Method in class dev.le_app.mcss_api_java.MCSSApi
-
Get the list of servers
- getStartDate() - Method in class dev.le_app.mcss_api_java.Server
-
Get the server start time - Uses default system timezone to calculate! - this value is updated with every method run
- getStatus() - Method in class dev.le_app.mcss_api_java.Server
- getTaskID() - Method in class dev.le_app.mcss_api_java.Task
- getTaskJobType() - Method in class dev.le_app.mcss_api_java.Task
- getTaskName() - Method in class dev.le_app.mcss_api_java.Task
- getTasks() - Method in class dev.le_app.mcss_api_java.Scheduler
-
Get an arraylist of all the tasks
- getTaskType() - Method in class dev.le_app.mcss_api_java.Task
- getTime() - Method in class dev.le_app.mcss_api_java.Task
-
Get the timing information for the Task.
- getTotalTaskAmount() - Method in class dev.le_app.mcss_api_java.Scheduler
-
Get total task number
- getTotalTaskAmount(TaskType) - Method in class dev.le_app.mcss_api_java.Scheduler
-
Get number of tasks matching filter
- getUniqueID() - Method in class dev.le_app.mcss_api_java.Info
- getValue() - Method in enum class dev.le_app.mcss_api_java.BackupCompressionType
-
Gets associated valye for the compression type - Used for API requests.
- getValue() - Method in enum class dev.le_app.mcss_api_java.KeepOnline
-
Gets associated value for the keep online behaviour - Used for API requests.
- getValue() - Method in enum class dev.le_app.mcss_api_java.LastBackupState
-
Gets associated value for the last backup state - Used for API requests.
- getValue() - Method in enum class dev.le_app.mcss_api_java.PlayerRequirement
-
Gets associated value for the player requirement - Used for API requests.
- getValue() - Method in enum class dev.le_app.mcss_api_java.ServerAction
-
Gets associated value for the server action - Used for API requests.
- getValue() - Method in enum class dev.le_app.mcss_api_java.ServerFilter
-
Gets associated value for the server filter - Used for API requests.
- getValue() - Method in enum class dev.le_app.mcss_api_java.ServerStatus
-
Gets associated value for the server status - Used for API requests.
- getValue() - Method in enum class dev.le_app.mcss_api_java.TaskType
-
Gets associated value for the task type - Used for API requests.
- getValueStr() - Method in enum class dev.le_app.mcss_api_java.ServerFilter
-
Gets associated value for the server filter - Used for API requests.
- getYouAreAwesome() - Method in class dev.le_app.mcss_api_java.Info
H
- HIGH - Enum constant in enum class dev.le_app.mcss_api_java.BackupCompressionType
-
The backup is very compressed.
I
- ID_FILTER_ERROR - Enum constant in enum class dev.le_app.mcss_api_java.Errors
-
Filter error
- IN_PROGRESS - Enum constant in enum class dev.le_app.mcss_api_java.LastBackupState
-
The backup is running
- Info - Class in dev.le_app.mcss_api_java
-
The information about the API.
- Info(Boolean, String, String, String, Boolean) - Constructor for class dev.le_app.mcss_api_java.Info
- INTERVAL - Enum constant in enum class dev.le_app.mcss_api_java.TaskType
-
Interval (Every X minutes)
- INTERVAL_DELETED - Enum constant in enum class dev.le_app.mcss_api_java.Errors
-
Task Deleted - TIMING
- INTERVAL_FIXED_TIME - Enum constant in enum class dev.le_app.mcss_api_java.Errors
-
Cannot get interval of time task
- INTERVAL_GREATER_0 - Enum constant in enum class dev.le_app.mcss_api_java.Errors
-
Interval must be more than 0
- INTERVAL_TIMELESS - Enum constant in enum class dev.le_app.mcss_api_java.Errors
-
Cannot get interval for a timeless task
- INVALID - Enum constant in enum class dev.le_app.mcss_api_java.ServerAction
-
Invalid - reserved
- INVALID_JOB_TYPE - Enum constant in enum class dev.le_app.mcss_api_java.Errors
-
Task doesn't have a valid job type
- INVALID_TASK_DETAILS - Enum constant in enum class dev.le_app.mcss_api_java.Errors
-
Task details are invalid
- IP - Variable in class dev.le_app.mcss_api_java.MCSSApi
- IS_CONSOLE_OUTDATED - Enum constant in enum class dev.le_app.mcss_api_java.Endpoints
-
Endpoint for checking if the console is outdated
- isConsoleOutdated(String, String) - Method in class dev.le_app.mcss_api_java.Server
-
Check if the console is outdated
- isDeleted() - Method in class dev.le_app.mcss_api_java.Task
- isDeleteOldBackups() - Method in class dev.le_app.mcss_api_java.Backup
-
Gets whether the backup deletes old backups
- isEnabled() - Method in class dev.le_app.mcss_api_java.Task
- isRepeating() - Method in class dev.le_app.mcss_api_java.Task
-
Check if the task repeats at the set interval/fixed time
- isSuspended() - Method in class dev.le_app.mcss_api_java.Backup
-
Gets whether the backup is suspended
J
- Job - Class in dev.le_app.mcss_api_java
-
Represents a job.
- Job() - Constructor for class dev.le_app.mcss_api_java.Job
- JOB_DELETED - Enum constant in enum class dev.le_app.mcss_api_java.Errors
-
Task Deleted - JOB
K
- KeepOnline - Enum Class in dev.le_app.mcss_api_java
-
The keep online behaviour of a server
- KILL - Enum constant in enum class dev.le_app.mcss_api_java.ServerAction
-
Kill the server
L
- LastBackupState - Enum Class in dev.le_app.mcss_api_java
-
The state of the last backup.
- LOW - Enum constant in enum class dev.le_app.mcss_api_java.BackupCompressionType
-
The backup is compressed normally.
M
- MCSSApi - Class in dev.le_app.mcss_api_java
-
The main class of the API.
- MCSSApi(String, String) - Constructor for class dev.le_app.mcss_api_java.MCSSApi
-
Create a new MCSSApi object
- MCSSApi(String, String, Boolean) - Constructor for class dev.le_app.mcss_api_java.MCSSApi
-
Get the API object
- METHOD_NOT_SUPPORTED - Enum constant in enum class dev.le_app.mcss_api_java.Errors
-
Method not available for this job type
N
- NAME_SPECIAL_CHAR - Enum constant in enum class dev.le_app.mcss_api_java.Errors
-
Task name contains special chars
- NEVER_RUN - Enum constant in enum class dev.le_app.mcss_api_java.LastBackupState
-
The backup has never run
- NO_SERVER_ACCESS - Enum constant in enum class dev.le_app.mcss_api_java.Errors
-
API doesn't have access to this server
- NO_TIMING_INFORMATION - Enum constant in enum class dev.le_app.mcss_api_java.Errors
-
Task has no timing information
- NONE - Enum constant in enum class dev.le_app.mcss_api_java.BackupCompressionType
-
The backup is not compressed.
- NONE - Enum constant in enum class dev.le_app.mcss_api_java.KeepOnline
-
Server can shutdown / crash
- NONE - Enum constant in enum class dev.le_app.mcss_api_java.PlayerRequirement
-
The task will be executed regardless of the player count
- NONE - Enum constant in enum class dev.le_app.mcss_api_java.ServerFilter
-
No filter
- NONE - Enum constant in enum class dev.le_app.mcss_api_java.TaskType
-
NONE - INVALID - RESERVED
- NOT_FOUND - Enum constant in enum class dev.le_app.mcss_api_java.Errors
-
Not Found
- NOT_RECOGNIZED - Enum constant in enum class dev.le_app.mcss_api_java.Errors
-
Error code was not recognized
O
- OFFLINE - Enum constant in enum class dev.le_app.mcss_api_java.ServerFilter
-
Filter for servers that are offline
- OFFLINE - Enum constant in enum class dev.le_app.mcss_api_java.ServerStatus
-
The server is offline
- ONLINE - Enum constant in enum class dev.le_app.mcss_api_java.ServerFilter
-
Filter for servers that are online
- ONLINE - Enum constant in enum class dev.le_app.mcss_api_java.ServerStatus
-
The server is online
P
- PlayerRequirement - Enum Class in dev.le_app.mcss_api_java
-
The player requirement for a task to be executed
R
- REPEAT_DELETED - Enum constant in enum class dev.le_app.mcss_api_java.Errors
-
Task Deleted - REPEAT
- REPEAT_TIMELESS - Enum constant in enum class dev.le_app.mcss_api_java.Errors
-
Cannot repeat a timeless task
- RESTART - Enum constant in enum class dev.le_app.mcss_api_java.ServerAction
-
Restart the server
- RESTARTING - Enum constant in enum class dev.le_app.mcss_api_java.ServerStatus
-
The server is restarting
- ROOT - Enum constant in enum class dev.le_app.mcss_api_java.Endpoints
-
Root endpoint of the API
- RUN_COMMANDS - Enum constant in enum class dev.le_app.mcss_api_java.TaskJobType
-
Task job is a Server Command
- RUN_DELETED - Enum constant in enum class dev.le_app.mcss_api_java.Errors
-
Task Deleted - RUN
- runBackup() - Method in class dev.le_app.mcss_api_java.Backup
-
Manually run a backup
- RunCommandsJob - Class in dev.le_app.mcss_api_java
-
Represents a job.
- RunCommandsJob(MCSSApi, String, String) - Constructor for class dev.le_app.mcss_api_java.RunCommandsJob
-
Create a new job.
- runTask() - Method in class dev.le_app.mcss_api_java.Task
-
Manually run the task
S
- Scheduler - Class in dev.le_app.mcss_api_java
-
Scheduler of a server Used to create and manage tasks
- Scheduler(MCSSApi, String) - Constructor for class dev.le_app.mcss_api_java.Scheduler
- Server - Class in dev.le_app.mcss_api_java
-
Represents a server.
- Server(String, MCSSApi) - Constructor for class dev.le_app.mcss_api_java.Server
- SERVER_ACTION - Enum constant in enum class dev.le_app.mcss_api_java.TaskJobType
-
Task job is a Server Action (Ex restart)
- SERVER_BACKUP_DETAILS - Enum constant in enum class dev.le_app.mcss_api_java.Endpoints
-
Endpoint for getting server backup details
- SERVER_BACKUPS - Enum constant in enum class dev.le_app.mcss_api_java.Endpoints
-
Endpoint for getting server backup list
- SERVER_COUNT - Enum constant in enum class dev.le_app.mcss_api_java.Endpoints
-
Endpoint for getting server count
- SERVER_COUNT_FILTER - Enum constant in enum class dev.le_app.mcss_api_java.Endpoints
-
Endpoint for getting server count with filter
- SERVER_COUNT_FILTER_SRVTYPE - Enum constant in enum class dev.le_app.mcss_api_java.Endpoints
-
Endpoint for getting server list with filter and servertype
- SERVER_DETAILS - Enum constant in enum class dev.le_app.mcss_api_java.Endpoints
-
Endpoint for getting server details
- ServerAction - Enum Class in dev.le_app.mcss_api_java
-
Lists of possible server actions.
- ServerActionJob - Class in dev.le_app.mcss_api_java
-
Represents a job.
- ServerActionJob(MCSSApi, String, String) - Constructor for class dev.le_app.mcss_api_java.ServerActionJob
-
Create a new ServerActionJob.
- ServerFilter - Enum Class in dev.le_app.mcss_api_java
-
A list of the possible filters for the server list.
- SERVERS - Enum constant in enum class dev.le_app.mcss_api_java.Endpoints
-
Endpoint for getting server list
- ServerStatus - Enum Class in dev.le_app.mcss_api_java
-
List of all possible statuses of a server.
- setAction(ServerAction) - Method in class dev.le_app.mcss_api_java.BackupJob
- setAction(ServerAction) - Method in class dev.le_app.mcss_api_java.Job
-
Set the new action to execute
- setAction(ServerAction) - Method in class dev.le_app.mcss_api_java.RunCommandsJob
- setAction(ServerAction) - Method in class dev.le_app.mcss_api_java.ServerActionJob
-
The action to be performed on the server.
- setAutostart(boolean) - Method in class dev.le_app.mcss_api_java.Server
-
Set if the server autostarts with mcss
- setBackupGUID(String) - Method in class dev.le_app.mcss_api_java.BackupJob
- setBackupGUID(String) - Method in class dev.le_app.mcss_api_java.Job
-
Set the new backup to execute
- setBackupGUID(String) - Method in class dev.le_app.mcss_api_java.RunCommandsJob
- setBackupGUID(String) - Method in class dev.le_app.mcss_api_java.ServerActionJob
- setBackupName(String) - Method in class dev.le_app.mcss_api_java.Backup
-
Sets the backup name
- setCommands(String...) - Method in class dev.le_app.mcss_api_java.BackupJob
- setCommands(String...) - Method in class dev.le_app.mcss_api_java.Job
-
Set the new commands to execute
- setCommands(String...) - Method in class dev.le_app.mcss_api_java.RunCommandsJob
-
Update the commands to be executed by the task
- setCommands(String...) - Method in class dev.le_app.mcss_api_java.ServerActionJob
- setCompressionType(BackupCompressionType) - Method in class dev.le_app.mcss_api_java.Backup
-
Sets the compression type of the backup
- setDeleteOldBackups(boolean) - Method in class dev.le_app.mcss_api_java.Backup
-
Sets if old backups should be deleted (following MCSS config)
- setDescription(String) - Method in class dev.le_app.mcss_api_java.Server
-
Set the server description
- setDestination(String) - Method in class dev.le_app.mcss_api_java.Backup
-
Sets the destination of the backup
- setDisabled() - Method in class dev.le_app.mcss_api_java.Task
-
Disables the task
- setEnabled() - Method in class dev.le_app.mcss_api_java.Task
-
Enables the task
- setFileBlacklist(String...) - Method in class dev.le_app.mcss_api_java.Backup
-
Sets the file blacklist for the backup
- setFileBlacklist(ArrayList<String>) - Method in class dev.le_app.mcss_api_java.Backup
-
Sets the file blacklist for the backup
- setFolderBlacklist(String...) - Method in class dev.le_app.mcss_api_java.Backup
-
Sets the folder blacklist for the backup
- setFolderBlacklist(ArrayList<String>) - Method in class dev.le_app.mcss_api_java.Backup
-
Sets the folder blacklist for the backup
- setForceSaveOnStop(boolean) - Method in class dev.le_app.mcss_api_java.Server
-
Change if the server is forced to save when stopping
- setInterval(long) - Method in class dev.le_app.mcss_api_java.Task
-
Change the interval of an Interval task
- setJavaAllocatedMemory(int) - Method in class dev.le_app.mcss_api_java.Server
-
Change the java allocated memory - This applies after a server restart
- setKeepOnline(KeepOnline) - Method in class dev.le_app.mcss_api_java.Server
-
Set the new KeepOnline behaviour
- setName(String) - Method in class dev.le_app.mcss_api_java.Server
-
Set the server name
- setPlayerRequirement(PlayerRequirement) - Method in class dev.le_app.mcss_api_java.Task
- setRepeating(boolean) - Method in class dev.le_app.mcss_api_java.Task
-
Set the task to repeat
- setSuspendServer(boolean) - Method in class dev.le_app.mcss_api_java.Backup
-
Sets if the backup should suspend the server (shutdown) before creating the backup
- setTime(LocalTime) - Method in class dev.le_app.mcss_api_java.Task
- START - Enum constant in enum class dev.le_app.mcss_api_java.ServerAction
-
Start the server
- START_BACKUP - Enum constant in enum class dev.le_app.mcss_api_java.TaskJobType
-
Task job is to start a backup
- STARTING - Enum constant in enum class dev.le_app.mcss_api_java.ServerStatus
-
The server is starting
- STOP - Enum constant in enum class dev.le_app.mcss_api_java.ServerAction
-
Stop the server
- STOPPING - Enum constant in enum class dev.le_app.mcss_api_java.ServerStatus
-
The server is stopping
T
- Task - Class in dev.le_app.mcss_api_java
- Task(MCSSApi, String, String, String, boolean) - Constructor for class dev.le_app.mcss_api_java.Task
- TASK_ALREADY_DELETED - Enum constant in enum class dev.le_app.mcss_api_java.Errors
-
Task is already deleted
- TASK_DELETED - Enum constant in enum class dev.le_app.mcss_api_java.Errors
-
Task has been deleted
- TaskJobType - Enum Class in dev.le_app.mcss_api_java
-
List of all possible types of a task job.
- TaskType - Enum Class in dev.le_app.mcss_api_java
-
List of all possible types of a task.
- TIME_DELETED - Enum constant in enum class dev.le_app.mcss_api_java.Errors
-
Task Deleted - TIMING
- TIME_INTERVAL - Enum constant in enum class dev.le_app.mcss_api_java.Errors
-
Cannot get time of interval task
- TIME_TIMELESS - Enum constant in enum class dev.le_app.mcss_api_java.Errors
-
Cannot get time for a timeless task
- TIMELESS - Enum constant in enum class dev.le_app.mcss_api_java.TaskType
-
Timeless (Manually run)
- token - Variable in class dev.le_app.mcss_api_java.MCSSApi
U
- UNAUTHORIZED - Enum constant in enum class dev.le_app.mcss_api_java.Errors
-
Unauthorized
- updateDetails() - Method in class dev.le_app.mcss_api_java.Backup
-
Updates all details of the backup from the API
- updateDetails() - Method in class dev.le_app.mcss_api_java.Server
-
Update the server details
V
- valueOf(String) - Static method in enum class dev.le_app.mcss_api_java.BackupCompressionType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class dev.le_app.mcss_api_java.Endpoints
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class dev.le_app.mcss_api_java.Errors
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class dev.le_app.mcss_api_java.KeepOnline
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class dev.le_app.mcss_api_java.LastBackupState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class dev.le_app.mcss_api_java.PlayerRequirement
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class dev.le_app.mcss_api_java.ServerAction
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class dev.le_app.mcss_api_java.ServerFilter
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class dev.le_app.mcss_api_java.ServerStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class dev.le_app.mcss_api_java.TaskJobType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class dev.le_app.mcss_api_java.TaskType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class dev.le_app.mcss_api_java.BackupCompressionType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class dev.le_app.mcss_api_java.Endpoints
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class dev.le_app.mcss_api_java.Errors
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class dev.le_app.mcss_api_java.KeepOnline
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class dev.le_app.mcss_api_java.LastBackupState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class dev.le_app.mcss_api_java.PlayerRequirement
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class dev.le_app.mcss_api_java.ServerAction
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class dev.le_app.mcss_api_java.ServerFilter
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class dev.le_app.mcss_api_java.ServerStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class dev.le_app.mcss_api_java.TaskJobType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class dev.le_app.mcss_api_java.TaskType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- version - Variable in class dev.le_app.mcss_api_java.MCSSApi
- VERSION_MISMATCH - Enum constant in enum class dev.le_app.mcss_api_java.Errors
-
Version not supported
All Classes and Interfaces|All Packages|Serialized Form