Class Pack200Archiver

    • Constructor Detail

      • Pack200Archiver

        public Pack200Archiver()
    • Method Detail

      • normalize

        public boolean normalize​(List<org.apache.maven.artifact.Artifact> pluginArtifacts,
                                 File file,
                                 File packFile,
                                 boolean fork)
                          throws IOException
        Parameters:
        file - source jar file
        packFile - target pack file
        Returns:
        true if the target pack file was created, false if the target file was not created
        Throws:
        IOException
      • unpack

        public void unpack​(List<org.apache.maven.artifact.Artifact> pluginArtifacts,
                           File packFile,
                           File jarFile,
                           boolean fork)
                    throws IOException
        Throws:
        IOException
      • pack

        public boolean pack​(List<org.apache.maven.artifact.Artifact> pluginArtifacts,
                            File file,
                            File packFile,
                            boolean fork)
                     throws IOException
        Throws:
        IOException