Interface CommandOutputter
- All Known Implementing Classes:
JsonOutputter
public interface CommandOutputter
CommandOutputters are used to format the responses from Commands.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionThe MIME type of this output (e.g., "application/json")void
output
(CommandResponse response, PrintWriter pw)
-
Method Details
-
getContentType
String getContentType()The MIME type of this output (e.g., "application/json") -
output
-