Interface RtFile
public interface RtFile
A representation of an actual repository file including its properties and content.
- Since:
- 3.17.0
-
Method Summary
-
Method Details
-
getFileProperties
- Returns:
- a repository file's properties.
-
getContent
- Returns:
- the file's input stream; a new input stream is returned with every invocation - suitable to parse the file by multiple parsers. Caller of this method is responsible for closing the stream.
-