Class TerminalPrefixes
- java.lang.Object
-
- de.julielab.jcore.pipeline.builder.cli.menu.TerminalPrefixes
-
public class TerminalPrefixes extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOMPONENT_NAMEstatic StringDEACTIVATED_COMPONENTstatic StringDEFAULTstatic StringEMPHASISstatic StringEMPTYstatic StringERRORstatic StringFIXEDstatic StringHEADERstatic StringPARAMstatic StringPARAMETERSstatic StringPATHstatic StringWARNstatic StringWELCOME
-
-
-
Field Detail
-
WARN
public static final String WARN
- See Also:
- Constant Field Values
-
ERROR
public static final String ERROR
- See Also:
- Constant Field Values
-
DEFAULT
public static final String DEFAULT
- See Also:
- Constant Field Values
-
PATH
public static final String PATH
- See Also:
- Constant Field Values
-
PARAM
public static final String PARAM
- See Also:
- Constant Field Values
-
HEADER
public static final String HEADER
- See Also:
- Constant Field Values
-
EMPTY
public static final String EMPTY
- See Also:
- Constant Field Values
-
FIXED
public static final String FIXED
- See Also:
- Constant Field Values
-
WELCOME
public static final String WELCOME
- See Also:
- Constant Field Values
-
EMPHASIS
public static final String EMPHASIS
- See Also:
- Constant Field Values
-
COMPONENT_NAME
public static final String COMPONENT_NAME
- See Also:
- Constant Field Values
-
DEACTIVATED_COMPONENT
public static final String DEACTIVATED_COMPONENT
- See Also:
- Constant Field Values
-
PARAMETERS
public static final String PARAMETERS
- See Also:
- Constant Field Values
-
-