Uses of Interface
edu.isi.pegasus.common.util.StreamGobblerCallback
-
Packages that use StreamGobblerCallback Package Description edu.isi.pegasus.common.util edu.isi.pegasus.planner.catalog.site.impl edu.isi.pegasus.planner.parser.pdax -
-
Uses of StreamGobblerCallback in edu.isi.pegasus.common.util
Classes in edu.isi.pegasus.common.util that implement StreamGobblerCallback Modifier and Type Class Description private static classCondorVersion.CondorVersionCallbackAn inner class, that implements the StreamGobblerCallback to determine the version of Condor being used.classDefaultStreamGobblerCallbackThe default callback for the stream gobbler, that logs all the messages to a particular logging level.Fields in edu.isi.pegasus.common.util declared as StreamGobblerCallback Modifier and Type Field Description private StreamGobblerCallbackStreamGobbler. mCallbackThe callback to be used.Constructors in edu.isi.pegasus.common.util with parameters of type StreamGobblerCallback Constructor Description StreamGobbler(java.io.InputStream is, StreamGobblerCallback callback)The overloaded constructor. -
Uses of StreamGobblerCallback in edu.isi.pegasus.planner.catalog.site.impl
Classes in edu.isi.pegasus.planner.catalog.site.impl that implement StreamGobblerCallback Modifier and Type Class Description private static classOSGMM.ListCallbackAn inner class, that implements the StreamGobblerCallback to store all the lines in a List -
Uses of StreamGobblerCallback in edu.isi.pegasus.planner.parser.pdax
Classes in edu.isi.pegasus.planner.parser.pdax that implement StreamGobblerCallback Modifier and Type Class Description private classPDAX2MDAG.GrepCallbackAn inner class, that implements the StreamGobblerCallback to count the occurences of a word in a document.Fields in edu.isi.pegasus.planner.parser.pdax declared as StreamGobblerCallback Modifier and Type Field Description private StreamGobblerCallbackPDAX2MDAG. mDefaultCallbackAn instance of the default stream gobbler callback implementation that is used for creating symbolic links.
-