g-Eclipse
Release 1.0.0

eu.geclipse.core.model
Interface ICreatorSourceMatcher

All Known Implementing Classes:
FileSystemCreator, GenericVoCreator, GridJobCreator, RemoteFilesContainerCreator

public interface ICreatorSourceMatcher

This class is used by the eu.geclipse.core.gridElementCreator extension point in order to match a source object against a specific element creator.


Method Summary
 boolean canCreate(java.lang.Object source)
          Matcher method that determines if the corresponding IGridElementCreator can create an IGridElement from the specified object.
 

Method Detail

canCreate

boolean canCreate(java.lang.Object source)
Matcher method that determines if the corresponding IGridElementCreator can create an IGridElement from the specified object.

Parameters:
source - The object from which to create an element.
Returns:
True if the corresponding creator is potentially able to create elements from the specified object.

g-Eclipse
Release 1.0.0