g-Eclipse
Release 1.0.0

eu.geclipse.core
Interface IApplicationDeployment


public interface IApplicationDeployment

An interface for the ApplicationDeployment extension point.


Method Summary
 void deploy(java.net.URI[] deploySource, IGridElement[] deployTarget, java.lang.String deploytag, IProgressMonitor monitor)
          This method is used to deploy the source element to the target.
 

Method Detail

deploy

void deploy(java.net.URI[] deploySource,
            IGridElement[] deployTarget,
            java.lang.String deploytag,
            IProgressMonitor monitor)
This method is used to deploy the source element to the target.

Parameters:
deploySource -
deployTarget -
deploytag -
monitor -

g-Eclipse
Release 1.0.0