Class ManifestConverter

  • All Implemented Interfaces:
    Converter

    public class ManifestConverter
    extends Object
    implements Converter
    Updates Manifests.
    • Constructor Detail

      • ManifestConverter

        public ManifestConverter()
    • Method Detail

      • convert

        public void convert​(String path,
                            InputStream src,
                            OutputStream dest,
                            EESpecProfile profile)
                     throws IOException
        Description copied from interface: Converter
        Copies the source to the destination, converting it if necessary, according to the requirements of the given profile.
        Specified by:
        convert in interface Converter
        Parameters:
        path - The path to the data being converted
        src - The source data to convert
        dest - The destination to write the converted data
        profile - The profile that defines the conversion required
        Throws:
        IOException - If the conversion fails