Class ErrorLogCommand
java.lang.Object
org.deltava.commands.AbstractCommand
org.deltava.commands.AbstractViewCommand
org.deltava.commands.acars.ErrorLogCommand
- All Implemented Interfaces:
Command
A Web Site Command to display ACARS client error reports.
- Since:
- 1.0
- Version:
- 10.0
- Author:
- Luke
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.deltava.commands.Command
Command.Scope
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final String[]
Log view/purge filter types. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.deltava.commands.AbstractViewCommand
initView, initView
Methods inherited from class org.deltava.commands.AbstractCommand
forgottenException, getID, getName, getRoles, init, notFoundException, parseDateTime, parseDateTime, securityException, setRoles
-
Field Details
-
FILTER_OPTS
Log view/purge filter types.
-
-
Constructor Details
-
ErrorLogCommand
public ErrorLogCommand()
-
-
Method Details
-
execute
Executes the command.- Parameters:
ctx
- the Command context- Throws:
CommandException
- if an error occurs
-