public class ProcessLauncher extends Object implements groovy.lang.GroovyObject
| Constructor and Description |
|---|
ProcessLauncher() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBackground() |
groovy.lang.MetaClass |
getMetaClass() |
String |
getName() |
groovy.lang.Closure |
getProcess() |
Object |
getProperty(String property) |
int |
getTimeout() |
groovy.lang.Closure |
getVerifier() |
int |
getVerifyWaitDelay() |
Object |
invokeMethod(String method,
Object arguments) |
boolean |
isBackground() |
Object |
launch() |
void |
setBackground(boolean value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setName(String value) |
void |
setProcess(groovy.lang.Closure value) |
void |
setProperty(String property,
Object value) |
void |
setTimeout(int value) |
void |
setVerifier(groovy.lang.Closure value) |
void |
setVerifyWaitDelay(int value) |
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectpublic Object invokeMethod(String method, Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectpublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectpublic void setProperty(String property, Object value)
setProperty in interface groovy.lang.GroovyObjectpublic String getName()
public void setName(String value)
public groovy.lang.Closure getProcess()
public void setProcess(groovy.lang.Closure value)
public groovy.lang.Closure getVerifier()
public void setVerifier(groovy.lang.Closure value)
public int getVerifyWaitDelay()
public void setVerifyWaitDelay(int value)
public int getTimeout()
public void setTimeout(int value)
public boolean getBackground()
public boolean isBackground()
public void setBackground(boolean value)
public Object launch()
Copyright © 2006-2012 Codehaus. All Rights Reserved.