Uses of Class
com.redwood.scheduler.api.model.enumeration.SearchFile
-
Packages that use SearchFile Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.enumeration Scheduler API - Model Enumerations -
-
Uses of SearchFile in com.redwood.scheduler.api.model
Methods in com.redwood.scheduler.api.model with parameters of type SearchFile Modifier and Type Method Description InputStream
JobFile. getInputStream(String searchPattern, long beginLine, long endLine, SearchFile[] searchOptions)
Retrieve an input stream for this jobfile. -
Uses of SearchFile in com.redwood.scheduler.api.model.enumeration
Methods in com.redwood.scheduler.api.model.enumeration that return SearchFile Modifier and Type Method Description static SearchFile
SearchFile. safeValueOf(String value)
Helper function to return the SearchFile represented byvalue
.static SearchFile
SearchFile. valueOf(int code)
Helper function to return the SearchFile represented by code.static SearchFile
SearchFile. valueOf(Integer code)
Helper function to return the SearchFile represented by code.static SearchFile
SearchFile. valueOf(String name)
Returns the enum constant of this type with the specified name.static SearchFile
SearchFile. valueOfCode(String code)
Helper function to return the SearchFile represented by code.static SearchFile[]
SearchFile. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-