org.apache.geronimo.deployment.mavenplugin
Class DeploymentClient
java.lang.Object
org.apache.geronimo.deployment.mavenplugin.DeploymentClient
- public class DeploymentClient
- extends java.lang.Object
Method Summary |
void |
doIt()
|
java.net.URL |
getProvider()
|
static void |
registerProvider(java.net.URL provider,
java.lang.ClassLoader parent)
|
void |
setProvider(java.net.URL provider)
|
static void |
waitFor(javax.enterprise.deploy.spi.status.ProgressObject progress)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeploymentClient
public DeploymentClient()
getProvider
public java.net.URL getProvider()
setProvider
public void setProvider(java.net.URL provider)
doIt
public void doIt()
throws java.io.IOException
- Throws:
java.io.IOException
registerProvider
public static void registerProvider(java.net.URL provider,
java.lang.ClassLoader parent)
throws java.io.IOException
- Throws:
java.io.IOException
waitFor
public static void waitFor(javax.enterprise.deploy.spi.status.ProgressObject progress)
throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException
Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.