Interface JarArchiveUpdateable

  • All Superinterfaces:
    JarArchive

    public interface JarArchiveUpdateable
    extends JarArchive
    Marker interface for a Jar archive that can be updated in-place.
    • Method Detail

      • getFile

        File getFile()
        Returns:
        File / directory that this archive is stored in.
      • copyAllIntoJar

        void copyAllIntoJar​(File source)
        Recursively copy files from source into this archive.
        Parameters:
        source - directory or file to copy into this jar.