Package sonia.scm.repository.spi
Interface CatCommand
public interface CatCommand
- Since:
- 1.17
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getCatResult
(CatCommandRequest request, OutputStream output) getCatResultStream
(CatCommandRequest request)
-
Method Details
-
getCatResult
- Throws:
IOException
-
getCatResultStream
- Throws:
IOException
-