org.springframework.boot.ansi
Class AnsiElement.DefaultAnsiElement

java.lang.Object
  extended by org.springframework.boot.ansi.AnsiElement.DefaultAnsiElement
All Implemented Interfaces:
AnsiElement
Enclosing interface:
AnsiElement

public static class AnsiElement.DefaultAnsiElement
extends Object
implements AnsiElement

Internal default AnsiElement implementation.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.springframework.boot.ansi.AnsiElement
AnsiElement.DefaultAnsiElement
 
Field Summary
 
Fields inherited from interface org.springframework.boot.ansi.AnsiElement
BLACK, BLUE, BOLD, CYAN, DEFAULT, FAINT, GREEN, ITALIC, MAGENTA, NORMAL, RED, UNDERLINE, WHITE, YELLOW
 
Constructor Summary
AnsiElement.DefaultAnsiElement(String code)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnsiElement.DefaultAnsiElement

public AnsiElement.DefaultAnsiElement(String code)
Method Detail

toString

public String toString()
Specified by:
toString in interface AnsiElement
Overrides:
toString in class Object
Returns:
the ANSI escape code


Copyright © 2013. All Rights Reserved.