Package com.streambase.sb.operator
Interface IResourceReader
-
public interface IResourceReader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Path
getDataDirectory()
InputStream
getResourceContents(String name)
File
getResourceFile(String name)
-
-
-
Method Detail
-
getResourceContents
InputStream getResourceContents(String name) throws ResourceNotFoundException, StreamBaseException
-
getResourceFile
File getResourceFile(String name) throws ResourceNotFoundException, StreamBaseException
-
getDataDirectory
Path getDataDirectory() throws IOException
- Throws:
IOException
-
-