Interface DebugFileStorage
- All Superinterfaces:
DebugFileProvider, DebugInfoProvider
- All Known Implementing Classes:
LocalDirDebugInfoDProvider
A
DebugInfoProvider that also allows storing files-
Method Summary
Modifier and TypeMethodDescriptionputStream(ExternalDebugInfo id, DebugStreamProvider.StreamInfo stream, TaskMonitor monitor) Methods inherited from interface DebugFileProvider
getFileMethods inherited from interface DebugInfoProvider
getDescriptiveName, getName, getStatus
-
Method Details
-
putStream
File putStream(ExternalDebugInfo id, DebugStreamProvider.StreamInfo stream, TaskMonitor monitor) throws IOException, CancelledException - Throws:
IOExceptionCancelledException
-