Class ColorsBasic
java.lang.Object
com.github.rvesse.airline.examples.io.ColorDemo<BasicColor>
com.github.rvesse.airline.examples.io.ColorsBasic
- All Implemented Interfaces:
ExampleRunnable
@Command(name="colors-basic",
description="Displays some text in ANSI basic colors (if your terminal supports this)")
public class ColorsBasic
extends ColorDemo<BasicColor>
implements ExampleRunnable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BasicColor[]
static void
protected ColorizedOutputStream
<BasicColor> Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.github.rvesse.airline.examples.ExampleRunnable
run
-
Constructor Details
-
ColorsBasic
public ColorsBasic()
-
-
Method Details
-
main
-
openOutputStream
- Specified by:
openOutputStream
in classColorDemo<BasicColor>
-
getColors
- Specified by:
getColors
in classColorDemo<BasicColor>
-