Uses of Class
org.apache.cactus.eclipse.runner.containers.Credential

Packages that use Credential
org.apache.cactus.eclipse.runner.containers   
org.apache.cactus.eclipse.runner.containers.ant   
 

Uses of Credential in org.apache.cactus.eclipse.runner.containers
 

Methods in org.apache.cactus.eclipse.runner.containers with parameters of type Credential
 void IContainerProvider.deploy(java.lang.String theContextPath, java.net.URL theDeployableObject, Credential theCredentials, org.eclipse.core.runtime.IProgressMonitor thePM)
          Deploy a webapp to the container.
 void IContainerProvider.undeploy(java.lang.String theContextPath, Credential theCredentials, org.eclipse.core.runtime.IProgressMonitor thePM)
          UnDeploy a webapp to the container.
 

Uses of Credential in org.apache.cactus.eclipse.runner.containers.ant
 

Methods in org.apache.cactus.eclipse.runner.containers.ant with parameters of type Credential
 void AntContainerProvider.deploy(java.lang.String theContextPath, java.net.URL theDeployableObject, Credential theCredentials, org.eclipse.core.runtime.IProgressMonitor thePM)
           
 void AntContainerProvider.undeploy(java.lang.String theContextPath, Credential theCredentials, org.eclipse.core.runtime.IProgressMonitor thePM)
           
 



Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.