Interface ArchiverCustomizer


  • public interface ArchiverCustomizer
    Archiver used to adapt for customizations.
    Since:
    04/08/2017
    Author:
    nicola
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.codehaus.plexus.archiver.tar.TarArchiver customize​(org.codehaus.plexus.archiver.tar.TarArchiver archiver)  
    • Method Detail

      • customize

        org.codehaus.plexus.archiver.tar.TarArchiver customize​(org.codehaus.plexus.archiver.tar.TarArchiver archiver)
                                                        throws IOException
        Throws:
        IOException