org.apache.itest.pmanager
Class ManagedPackage
java.lang.Object
org.apache.itest.pmanager.PackageInstance
org.apache.itest.pmanager.ManagedPackage
- All Implemented Interfaces:
- groovy.lang.GroovyObject
public class ManagedPackage
- extends PackageInstance
- implements groovy.lang.GroovyObject
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ManagedPackage
public ManagedPackage()
isInstalled
public boolean isInstalled()
- Specified by:
isInstalled in class PackageInstance
install
public int install()
- Specified by:
install in class PackageInstance
remove
public int remove()
- Specified by:
remove in class PackageInstance
getServices
public List getServices()
- Specified by:
getServices in class PackageInstance
getMetaClass
public groovy.lang.MetaClass getMetaClass()
- Specified by:
getMetaClass in interface groovy.lang.GroovyObject- Overrides:
getMetaClass in class PackageInstance
setMetaClass
public void setMetaClass(groovy.lang.MetaClass metaClass)
- Specified by:
setMetaClass in interface groovy.lang.GroovyObject- Overrides:
setMetaClass in class PackageInstance
invokeMethod
public Object invokeMethod(String name,
Object args)
- Specified by:
invokeMethod in interface groovy.lang.GroovyObject- Overrides:
invokeMethod in class PackageInstance
getProperty
public Object getProperty(String name)
- Specified by:
getProperty in interface groovy.lang.GroovyObject- Overrides:
getProperty in class PackageInstance
setProperty
public void setProperty(String name,
Object value)
- Specified by:
setProperty in interface groovy.lang.GroovyObject- Overrides:
setProperty in class PackageInstance
Copyright © 2011. All Rights Reserved.