public interface VersionManager
Modifier and Type | Method and Description |
---|---|
String |
getLoadedVersion()
Gets the current loaded Camel version used by the catalog.
|
InputStream |
getResourceAsStream(String name)
Returns an input stream for reading the specified resource from the loaded Catalog version.
|
boolean |
loadVersion(String version)
Attempt to load the Camel version to be used by the catalog.
|
String getLoadedVersion()
boolean loadVersion(String version)
version
- the Camel version such as 2.17.1InputStream getResourceAsStream(String name)
name
- the resource nameApache Camel