Groovy Documentation

org.gradle.api.plugins.jetty.util
Class ConsoleScanner

java.lang.Object
  java.lang.Thread
      org.gradle.api.plugins.jetty.util.ConsoleScanner

class ConsoleScanner
extends java.lang.Thread


Field Summary
 
Fields inherited from class java.lang.Thread
MIN_PRIORITY, NORM_PRIORITY, MAX_PRIORITY
 
Constructor Summary
ConsoleScanner(AbstractJettyRunTask task)

 
Method Summary
void run()

 
Methods inherited from class java.lang.Thread
run, isInterrupted, currentThread, toString, getName, getThreadGroup, getStackTrace, dumpStack, setPriority, setDaemon, start, yield, sleep, sleep, stop, stop, interrupt, interrupted, destroy, isAlive, suspend, resume, getPriority, setName, activeCount, enumerate, countStackFrames, join, join, join, isDaemon, checkAccess, getContextClassLoader, setContextClassLoader, holdsLock, getAllStackTraces, getId, getState, setDefaultUncaughtExceptionHandler, getDefaultUncaughtExceptionHandler, getUncaughtExceptionHandler, setUncaughtExceptionHandler, wait, wait, wait, hashCode, getClass, equals, notify, notifyAll
 
Methods inherited from class java.lang.Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Constructor Detail

ConsoleScanner

public ConsoleScanner(AbstractJettyRunTask task)


 
Method Detail

run

public void run()


 

Groovy Documentation