|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JarArchiveUpdateable
Marker interface for a Jar archive that can be updated in-place.
Method Summary | |
---|---|
void |
copyAllIntoJar(java.io.File source)
Recursively copy files from source into this archive. |
java.io.File |
getFile()
|
Methods inherited from interface org.codehaus.cargo.module.JarArchive |
---|
containsClass, expandToPath, expandToPath, findResource, getResource, getResources |
Method Detail |
---|
java.io.File getFile()
void copyAllIntoJar(java.io.File source)
source
- directory or file to copy into this jar.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |