Interface Command
- All Known Implementing Classes:
AbstractCommand
public interface Command
- Author:
- jjdelcerro
-
Method Summary
-
Method Details
-
call
- Throws:
Exception
-
getMimeType
String getMimeType() -
getName
String getName() -
getNumArgs
org.apache.commons.lang3.Range getNumArgs() -
getDescription
String getDescription() -
getServer
ReportServer getServer()
-