|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.geclipse.ui.wizards.jobsubmission.WrapperInitObject
public class WrapperInitObject
Wrapper class for all initialization data that has to be passed to
JobSubmissionWizardBase objects. This class contains
IGridJobDescriptions to submit and list of names and location where
jobs should be created.
| Method Summary | |
|---|---|
IResource |
getDestinationFolder()
|
java.util.List<IGridJobDescription> |
getJobDescriptions()
Method to access list of job descriptions to submit. |
java.util.List<java.lang.String> |
getJobNames()
Method to access list of names under which newly created jobs (after submission) should be saved. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.util.List<IGridJobDescription> getJobDescriptions()
public java.util.List<java.lang.String> getJobNames()
getJobDescriptions() (it is guaranteed that 1st
name in this list is name for 1st on job description list, 2nd name is for
2nd job description, and so on...)
public IResource getDestinationFolder()
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||