g-Eclipse
Release 1.0.0

eu.geclipse.info.model
Class FetchJob

java.lang.Object
  extended by Job
      extended by eu.geclipse.info.model.FetchJob

public class FetchJob
extends Job

This job calls all the infoservices of the existing projects and fetch the data that are going to be displayed in the glue info view.


Method Summary
static FetchJob getInstance(java.lang.String name)
          Get a singleton instance of FetchJob
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static FetchJob getInstance(java.lang.String name)
Get a singleton instance of FetchJob

Parameters:
name - the name that will be displayed in the progress view
Returns:
a FetchJob

g-Eclipse
Release 1.0.0