jrunx.ide.deploy
Interface Deployer
- All Known Implementing Classes:
- AbstractDeployer
- public interface Deployer
setServer
public void setServer(JRunServer server)
deploy
public void deploy(java.lang.String url)
throws java.net.MalformedURLException,
DeploymentException
undeploy
public void undeploy(java.lang.String url)
throws java.net.MalformedURLException,
DeploymentException
isDeployed
public boolean isDeployed(java.lang.String url)
throws java.net.MalformedURLException,
DeploymentException
listDeployedURLs
public java.lang.String[] listDeployedURLs()
throws DeploymentException
setLogger
public void setLogger(JRunWizardLogger logger)
Copyright � 2002 Macromedia Corporation. All Rights Reserved.