g-Eclipse
Release 1.0.0

eu.geclipse.core.model
Interface IGridInstallParameters

All Known Implementing Classes:
GenericGridInstallParameters

public interface IGridInstallParameters

The IGridInstallParameters holds all necessary information to install an application on the Grid. Middleware-specific implementations may extend GenericGridInstallParameters.


Method Summary
 java.net.URI[] getSources()
          Get the sources for the installation.
 java.lang.String getTag()
          Get a tag that is used to refer to this installation afterwards.
 IGridComputing[] getTargets()
          Get the targets of the installation, i.e. the computings where the sources should be installed to.
 

Method Detail

getSources

java.net.URI[] getSources()
Get the sources for the installation. This array holds a list of URIs pointing to files that are intended to be installed. The type of these files depends on the middleware-specific requirements of the application installation process.

Returns:
The sources of the application installation, i.e. the files that should be installed or that are needed for a installation.

getTargets

IGridComputing[] getTargets()
Get the targets of the installation, i.e. the computings where the sources should be installed to.

Returns:
The installation's targets.

getTag

java.lang.String getTag()
Get a tag that is used to refer to this installation afterwards. This may not be used by the underlying installation process.

Returns:
The installation's software tag.

g-Eclipse
Release 1.0.0