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 class
CondorVersion.CondorVersionCallback
An inner class, that implements the StreamGobblerCallback to determine the version of Condor being used.class
DefaultStreamGobblerCallback
The 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 StreamGobblerCallback
StreamGobbler. mCallback
The 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 class
OSGMM.ListCallback
An 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 class
PDAX2MDAG.GrepCallback
An 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 StreamGobblerCallback
PDAX2MDAG. mDefaultCallback
An instance of the default stream gobbler callback implementation that is used for creating symbolic links.
-