org.galagosearch.tupleflow.execution
Class Locatable

java.lang.Object
  extended by org.galagosearch.tupleflow.execution.Locatable
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Connection, ConnectionEndPoint, Stage, StageConnectionPoint

public class Locatable
extends java.lang.Object
implements java.io.Serializable

This is a mixin class that allows a Job stage/step class to be associated with a file location. This is used to provide helpful error messages when users make errors in the XML parameter files.

Author:
trevor
See Also:
Serialized Form

Field Summary
 FileLocation location
           
 
Constructor Summary
Locatable(FileLocation location)
           
 
Method Summary
 FileLocation getLocation()
           
 void setLocation(FileLocation location)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

location

public FileLocation location
Constructor Detail

Locatable

public Locatable(FileLocation location)
Method Detail

setLocation

public void setLocation(FileLocation location)

getLocation

public FileLocation getLocation()


Copyright © 2009. All Rights Reserved.