g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.ui.wizards.specific
Interface IApplicationSpecificPage

All Known Implementing Classes:
ApplicationSpecificLastPage, ApplicationSpecificPage

public interface IApplicationSpecificPage

Interface common for all pages contained in SpecificWizardPart


Method Summary
 java.util.Map<java.lang.String,java.util.ArrayList<java.lang.String>> getParametersValues()
          Returns map of parameter's names and their values.
 java.util.Map<java.lang.String,java.util.Properties> getStageInFiles()
          Returns multidimensional map of parameters whose values are files local to execution host, but that need to be transferred from remote location (staged in).
 java.util.Map<java.lang.String,java.util.Properties> getStageOutFiles()
          Returns multidimensional map of parameters whose values are files local to execution host, but that need to be transferred to remote location (staged in).
 

Method Detail

getParametersValues

java.util.Map<java.lang.String,java.util.ArrayList<java.lang.String>> getParametersValues()
Returns map of parameter's names and their values. For one parameter there may be more than one value

Returns:
map of parameter's names and their values

getStageInFiles

java.util.Map<java.lang.String,java.util.Properties> getStageInFiles()
Returns multidimensional map of parameters whose values are files local to execution host, but that need to be transferred from remote location (staged in). In this map keys are parameters names and inner maps are values. Those inner map structure is: key - file name (local for execution host), value - URI path to remote location

Returns:
map - keys are parameters names and parameters are values. Those parameters structure is: key - file name (local for execution host), value - URI path to remote location

getStageOutFiles

java.util.Map<java.lang.String,java.util.Properties> getStageOutFiles()
Returns multidimensional map of parameters whose values are files local to execution host, but that need to be transferred to remote location (staged in). In this map keys are parameters names and inner maps are values. Those inner map structure is: key - file name (local for execution host), value - URI path to remote location

Returns:
map - keys are parameters names and parameters are values. Those parameters structure is: key - file name (local for execution host), value - URI path to remote location

g-Eclipse
Release 1.0.0