de.unihalle.informatik.Alida.workflows
Class ALDWorkflowHelper

java.lang.Object
  extended by de.unihalle.informatik.Alida.workflows.ALDWorkflowHelper

public class ALDWorkflowHelper
extends java.lang.Object

Author:
posch

Field Summary
private static boolean debug
           
 
Constructor Summary
ALDWorkflowHelper()
           
 
Method Summary
static java.util.Collection<ALDOperatorLocation> lookupWorkflows()
          Collects work flows from files and return location objects.
static java.util.Collection<ALDOperatorLocation> lookupWorkflows(java.lang.String pathnames)
          Collects work flows from files and return location objects.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debug

private static boolean debug
Constructor Detail

ALDWorkflowHelper

public ALDWorkflowHelper()
Method Detail

lookupWorkflows

public static java.util.Collection<ALDOperatorLocation> lookupWorkflows()
Collects work flows from files and return location objects. TODO: which directories to consider and requirements on work flow file.

Returns:
List of work flow locations

lookupWorkflows

public static java.util.Collection<ALDOperatorLocation> lookupWorkflows(java.lang.String pathnames)
Collects work flows from files and return location objects. pathnames is a colon separated list of directories to search for work flow files. TODO: which directories to consider and requirements on work flow file.

Parameters:
pathnames -
Returns: