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.GroovyObject
public void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass
in interface groovy.lang.GroovyObject
public Object invokeMethod(String method, Object arguments)
invokeMethod
in interface groovy.lang.GroovyObject
public Object getProperty(String property)
getProperty
in interface groovy.lang.GroovyObject
public void setProperty(String property, Object value)
setProperty
in interface groovy.lang.GroovyObject
public 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–2013 Codehaus. All rights reserved.