Package org.codehaus.cargo.module
Interface JarArchiveUpdateable
-
- All Superinterfaces:
JarArchive
public interface JarArchiveUpdateable extends JarArchive
Marker interface for a Jar archive that can be updated in-place.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
copyAllIntoJar(File source)
Recursively copy files from source into this archive.File
getFile()
-
Methods inherited from interface org.codehaus.cargo.module.JarArchive
containsClass, expandToPath, findResource, getResource, getResources
-
-