Class ManifestConverter

  • All Implemented Interfaces:
    picocli.CommandLine.ITypeConverter<org.wildfly.channel.ChannelManifest>

    public class ManifestConverter
    extends Object
    implements picocli.CommandLine.ITypeConverter<org.wildfly.channel.ChannelManifest>
    • Constructor Detail

      • ManifestConverter

        public ManifestConverter()
    • Method Detail

      • convert

        public org.wildfly.channel.ChannelManifest convert​(String pathString)
                                                    throws Exception
        Specified by:
        convert in interface picocli.CommandLine.ITypeConverter<org.wildfly.channel.ChannelManifest>
        Throws:
        Exception