org.jboss.portal.test.framework.deployment
Class Deployer
java.lang.Object
org.jboss.portal.test.framework.deployment.Deployer
public class Deployer
- extends java.lang.Object
Client side view of deployment.
- Version:
- $Revision: 7954 $
- Author:
- Julien Viet
Method Summary |
void |
create()
|
void |
deploy(java.io.File parent,
java.lang.String childName,
Node node)
|
void |
deploy(java.io.File parent,
java.lang.String childName,
Node[] nodes)
|
void |
deploy(java.lang.String url,
Node node)
|
void |
deploy(java.lang.String url,
Node[] nodes)
|
void |
deploy(java.lang.String parentName,
java.lang.String childName,
Node node)
|
void |
deploy(java.lang.String parentName,
java.lang.String childName,
Node[] nodes)
|
void |
deploy(java.net.URL url,
Node node)
|
void |
deploy(java.net.URL url,
Node[] nodes)
|
void |
destroy()
|
void |
start()
|
void |
stop()
|
void |
undeploy(java.io.File parent,
java.lang.String childName)
|
void |
undeploy(java.lang.String url)
|
void |
undeploy(java.lang.String parentName,
java.lang.String childName)
|
void |
undeploy(java.net.URL url)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Deployer
public Deployer()
create
public void create()
start
public void start()
stop
public void stop()
destroy
public void destroy()
deploy
public void deploy(java.lang.String parentName,
java.lang.String childName,
Node node)
throws java.lang.Exception
- Throws:
java.lang.Exception
deploy
public void deploy(java.io.File parent,
java.lang.String childName,
Node node)
throws java.lang.Exception
- Throws:
java.lang.Exception
deploy
public void deploy(java.lang.String parentName,
java.lang.String childName,
Node[] nodes)
throws java.lang.Exception
- Throws:
java.lang.Exception
deploy
public void deploy(java.io.File parent,
java.lang.String childName,
Node[] nodes)
throws java.lang.Exception
- Throws:
java.lang.Exception
deploy
public void deploy(java.lang.String url,
Node node)
throws java.lang.Exception
- Throws:
java.lang.Exception
deploy
public void deploy(java.net.URL url,
Node node)
throws java.lang.Exception
- Throws:
java.lang.Exception
deploy
public void deploy(java.net.URL url,
Node[] nodes)
throws java.lang.Exception
- Throws:
java.lang.Exception
deploy
public void deploy(java.lang.String url,
Node[] nodes)
throws java.lang.Exception
- Throws:
java.lang.Exception
undeploy
public void undeploy(java.net.URL url)
undeploy
public void undeploy(java.lang.String parentName,
java.lang.String childName)
throws java.lang.Exception
- Throws:
java.lang.Exception
undeploy
public void undeploy(java.io.File parent,
java.lang.String childName)
throws java.lang.Exception
- Throws:
java.lang.Exception
undeploy
public void undeploy(java.lang.String url)
throws java.lang.Exception
- Throws:
java.lang.Exception