Interface ProjectConfigContentProvider
-
- All Known Implementing Classes:
ProjectConfigFilesCache
public interface ProjectConfigContentProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStream
getContentStream(String projectExtId, String relativePath)
-
-
-
Method Detail
-
getContentStream
@NotNull InputStream getContentStream(@NotNull String projectExtId, @NotNull String relativePath) throws IOException
- Throws:
IOException
-
-