grails.build.logging
[Java] Class GrailsEclipseConsole
java.lang.Object
grails.build.logging.GrailsConsole
grails.build.logging.GrailsEclipseConsole
public class GrailsEclipseConsole
extends GrailsConsole
This class is meant to keep changes made in support of Eclipse separate from
the standard GrailsConsole implementation.
It is activated by setting system property "grails.console.class" to the
fully qualified name of this class.
Having the changes in a class triggered by system property also leaves open
the option to have Eclipse provide a different version of the class at
runtime, to allow for further customisation to support not yet
anticipated needs.
- Authors:
- Kris De Volder
- Since:
- 2.0.0.M2
Methods inherited from class GrailsConsole
|
addStatus, ansiWrap, createConsoleReader, createInstance, createTerminal, echoStatus, error, error, error, error, getCategory, getInput, getInstance, getLastMessage, getOut, getReader, getTerminal, indicateProgress, indicateProgress, indicateProgress, indicateProgressPercentage, info, isAnsiEnabled, isVerbose, log, setAnsiEnabled, setLastMessage, setStacktrace, setVerbose, showPrompt, updateStatus, userInput, userInput, verbose, warn, warning |
Methods inherited from class java.lang.Object
|
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
GrailsEclipseConsole
protected GrailsEclipseConsole()
-
ansiWrap
@Override
protected java.io.OutputStream ansiWrap(@SuppressWarnings("hiding") java.io.OutputStream out)
-
createConsoleReader
@Override
protected jline.ConsoleReader createConsoleReader()
-
createTerminal
@Override
protected jline.Terminal createTerminal()
-
Groovy Documentation