Uses of Class
com.redwood.scheduler.api.exception.JobFileException
-
Packages that use JobFileException Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.interfaces Scheduler API - High level model interfaces.com.redwood.scheduler.api.search Scheduler API - Search results -
-
Uses of JobFileException in com.redwood.scheduler.api.model
Methods in com.redwood.scheduler.api.model that throw JobFileException Modifier and Type Method Description CommonLog
JobFile. getCommonLog()
Wraps up the output file, using the common log format.InputStream
JobFile. getInputStream()
Retrieve an input stream for this jobfile.InputStream
JobFile. getInputStream(Long offset, Long length)
Retrieve an input stream for this jobfile.InputStream
JobFile. getInputStream(String searchPattern, long beginLine, long endLine, long searchOptions)
Retrieve an input stream for this jobfile.InputStream
JobFile. getInputStream(String searchPattern, long beginLine, long endLine, SearchFile[] searchOptions)
Retrieve an input stream for this jobfile. -
Uses of JobFileException in com.redwood.scheduler.api.model.interfaces
Methods in com.redwood.scheduler.api.model.interfaces that throw JobFileException Modifier and Type Method Description InputStream
FileParameterRuntime. getInputStream()
Get an InputStream to read the In content of an In or InOut parameter.RTXReader
TableParameter. getRTXReader()
An RTXReader that can be used to read data.RTXReader
TableParameterRuntime. getRTXReader()
Get an RTXReader to read the In content of an In or InOut parameter. -
Uses of JobFileException in com.redwood.scheduler.api.search
Methods in com.redwood.scheduler.api.search that throw JobFileException Modifier and Type Method Description boolean
SearchResultSet. next()
Attempt to advance to the next result.
-