|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.galagosearch.tupleflow.execution.Locatable
public class Locatable
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.
| 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 |
|---|
public FileLocation location
| Constructor Detail |
|---|
public Locatable(FileLocation location)
| Method Detail |
|---|
public void setLocation(FileLocation location)
public FileLocation getLocation()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||