Package org.liquigraph.core.io.xml
Interface ChangelogLoader
-
- All Known Implementing Classes:
ClassLoaderChangelogLoader
public interface ChangelogLoaderLoader for changelog files.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStreamload(String changelog)Loads the given changelog.
-
-
-
Method Detail
-
load
InputStream load(String changelog) throws IOException
Loads the given changelog.- Parameters:
changelog- the changelog to load- Returns:
- an input stream of the loaded changelog or
nullif it does not exists - Throws:
IOException- if anything bad happens
-
-