|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.unihalle.informatik.Alida.operator.ALDOperatorLocation
public class ALDOperatorLocation
| Nested Class Summary | |
|---|---|
static class |
ALDOperatorLocation.LocationType
|
| Field Summary | |
|---|---|
protected ALDOperatorLocationType |
locationType
Type of this location |
protected java.lang.String |
name
The name of this location in the original form, e.g. a filename or a fully qualified class name |
| Constructor Summary | |
|---|---|
protected |
ALDOperatorLocation()
Default constructor, should never be called directly! |
| Method Summary | |
|---|---|
static ALDOperatorLocation |
createClassLocation(java.lang.String className)
Creates and returns a new location for an class extending ALDOperator. |
ALDOperator |
createOperator()
Create an ALDOperator form this location object. |
static ALDOperatorLocation |
createWorkflowFileLocation(java.lang.String filename)
Creates and returns a new location for a file holding a work flow. |
java.lang.String |
getName()
Returns the proper name of this location |
java.lang.String[] |
getPartsOfName()
Return the parts of the name within a hierarchy, e.g. package structure or package structure |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ALDOperatorLocationType locationType
protected java.lang.String name
| Constructor Detail |
|---|
protected ALDOperatorLocation()
| Method Detail |
|---|
public static ALDOperatorLocation createClassLocation(java.lang.String className)
ALDOperator.
className -
public static ALDOperatorLocation createWorkflowFileLocation(java.lang.String filename)
filename -
public java.lang.String[] getPartsOfName()
public java.lang.String getName()
public ALDOperator createOperator()
throws ALDOperatorException,
ALDWorkflowException
ALDOperator form this location object.
ALDOperatorException - if instantiation of class fails
ALDWorkflowException - if file not found or deserialization of work flow fails,ALDWorkflow.load(String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||