Package org.jreleaser.config.toml
Class TomlJReleaserConfigParser
java.lang.Object
org.jreleaser.config.AbstractJReleaserConfigParser
org.jreleaser.config.toml.TomlJReleaserConfigParser
- All Implemented Interfaces:
org.jreleaser.config.JReleaserConfigParser
@NativeImage
@ServiceProviderFor(org.jreleaser.config.JReleaserConfigParser.class)
public class TomlJReleaserConfigParser
extends org.jreleaser.config.AbstractJReleaserConfigParser
- Since:
- 0.1.0
- Author:
- Andres Almiray
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> Tload(Class<T> type, InputStream inputStream) org.jreleaser.model.internal.JReleaserModelparse(InputStream inputStream) properties(InputStream inputStream) Methods inherited from class org.jreleaser.config.AbstractJReleaserConfigParser
getPreferredFileExtension, supports, supports, validate
-
Constructor Details
-
TomlJReleaserConfigParser
public TomlJReleaserConfigParser()
-
-
Method Details
-
parse
public org.jreleaser.model.internal.JReleaserModel parse(InputStream inputStream) throws IOException - Throws:
IOException
-
load
- Throws:
IOException
-
properties
- Throws:
IOException
-