Package org.wildfly.prospero.model
Class ManifestYamlSupport
- java.lang.Object
-
- org.wildfly.prospero.model.ManifestYamlSupport
-
public class ManifestYamlSupport extends Object
-
-
Constructor Summary
Constructors Constructor Description ManifestYamlSupport()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.wildfly.channel.ChannelManifestparse(File manifestFile)static voidwrite(org.wildfly.channel.ChannelManifest manifest, Path channelFile)
-
-
-
Method Detail
-
parse
public static org.wildfly.channel.ChannelManifest parse(File manifestFile) throws IOException
- Throws:
IOException
-
write
public static void write(org.wildfly.channel.ChannelManifest manifest, Path channelFile) throws IOException- Throws:
IOException
-
-