org.ow2.util.archive.api
Interface IFileArchive

All Superinterfaces:
IArchive

public interface IFileArchive
extends IArchive

Interface for "archives" that are consituted of a single non-jar file.

Author:
mleduque

Method Summary
 java.io.File getFile()
          Gets the file of the archive.
 void setFile(java.io.File file)
          Sets the file of the archive.
 
Methods inherited from interface org.ow2.util.archive.api.IArchive
close, getEntries, getMetadata, getName, getResource, getResources, getResources, getURL
 

Method Detail

setFile

void setFile(java.io.File file)
Sets the file of the archive.

Parameters:
file - the file of the archive.

getFile

java.io.File getFile()
Gets the file of the archive.

Returns:
the file of the archive.


Copyright © 2007-2009 OW2 Consortium. All Rights Reserved.