Package org.jreleaser.config
Class JReleaserConfigLoader
java.lang.Object
org.jreleaser.config.JReleaserConfigLoader
- Since:
- 0.1.0
- Author:
- Andres Almiray
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Tload(Class<T> type, String resource, InputStream inputStream) static JReleaserModelloadConfig(Path configFile) loadProperties(Path file)
-
Method Details
-
loadConfig
-
loadProperties
- Throws:
IOException
-
load
public static <T> T load(Class<T> type, String resource, InputStream inputStream) throws IOException - Throws:
IOException
-