org.apache.manifoldcf.crawler
Class ListJobs

java.lang.Object
  extended by org.apache.manifoldcf.crawler.ListJobs

public class ListJobs
extends java.lang.Object

This class lists all jobs presently being handled by the connector framework.


Field Summary
static java.lang.String _rcsid
           
 
Method Summary
protected static java.lang.String commaEscape(java.lang.String input)
           
protected static java.lang.String hopcountModeMap(int mode)
           
static void main(java.lang.String[] args)
           
protected static java.lang.String presentInterval(java.lang.Long interval)
           
protected static java.lang.String runModeMap(int type)
           
protected static java.lang.String startModeMap(int startMethod)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_rcsid

public static final java.lang.String _rcsid
See Also:
Constant Field Values
Method Detail

main

public static void main(java.lang.String[] args)

presentInterval

protected static java.lang.String presentInterval(java.lang.Long interval)

startModeMap

protected static java.lang.String startModeMap(int startMethod)

runModeMap

protected static java.lang.String runModeMap(int type)

hopcountModeMap

protected static java.lang.String hopcountModeMap(int mode)

commaEscape

protected static java.lang.String commaEscape(java.lang.String input)