org.duracloud.servicesutil.util.internal
Class ServiceUninstallerImpl

java.lang.Object
  extended by org.duracloud.servicesutil.util.internal.ServiceInstallBase
      extended by org.duracloud.servicesutil.util.internal.ServiceUninstallerImpl
All Implemented Interfaces:
ServiceUninstaller

public class ServiceUninstallerImpl
extends ServiceInstallBase
implements ServiceUninstaller

Author:
Andrew Woods

Constructor Summary
ServiceUninstallerImpl()
           
 
Method Summary
protected  void init()
           
 void uninstall(java.lang.String name)
           
 void uninstallAll()
           
 
Methods inherited from class org.duracloud.servicesutil.util.internal.ServiceInstallBase
getBundleHome, isJar, isWar, isZip, setBundleHome, throwServiceException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.duracloud.servicesutil.util.ServiceUninstaller
getBundleHome
 

Constructor Detail

ServiceUninstallerImpl

public ServiceUninstallerImpl()
Method Detail

uninstallAll

public void uninstallAll()
                  throws java.lang.Exception
Specified by:
uninstallAll in interface ServiceUninstaller
Throws:
java.lang.Exception

uninstall

public void uninstall(java.lang.String name)
               throws java.lang.Exception
Specified by:
uninstall in interface ServiceUninstaller
Throws:
java.lang.Exception

init

protected void init()
             throws java.lang.Exception
Specified by:
init in class ServiceInstallBase
Throws:
java.lang.Exception


Copyright © 2009-2011 DuraSpace. All Rights Reserved.