Uses of Class
com.streambase.sb.operator.ResourceNotFoundException
-
Packages that use ResourceNotFoundException Package Description com.streambase.sb.operator Provides classes and interfaces to add custom operators to StreamBase applications. -
-
Uses of ResourceNotFoundException in com.streambase.sb.operator
Methods in com.streambase.sb.operator that throw ResourceNotFoundException Modifier and Type Method Description InputStream
IResourceReader. getResourceContents(String name)
InputStream
Operator. getResourceContents(String name)
Returns an open input stream on the contents of the named resource file.File
IResourceReader. getResourceFile(String name)
File
Operator. getResourceFile(String name)
Returns aFile
pointing to the regular file or directory if it exists.
-