All Downloads are FREE. Search and download functionalities are using the official Maven repository.

hu.blackbelt.flutter.maven.plugin.api.ArchiveExtractor Maven / Gradle / Ivy

The newest version!
package hu.blackbelt.flutter.maven.plugin.api;

public interface ArchiveExtractor {
    void extract(String archive, String destinationDirectory) throws ArchiveExtractionException;
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy