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.

Version:
$Id: JarArchiveUpdateable.java 1705 2008-09-02 13:14:55Z adriana $

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

getFile

java.io.File getFile()
Returns:
File / directory that this archive is stored in.

copyAllIntoJar

void copyAllIntoJar(java.io.File source)
Recursively copy files from source into this archive.

Parameters:
source - directory or file to copy into this jar.


Copyright © 2004-2011 Codehaus. All Rights Reserved.