| org.apache.lenya.cms.cocoon.source.ZipSource
ZipSource | public class ZipSource extends AbstractLogEnabled implements Source(Code) | | author: Reinhard Poetz author: Carsten Ziegeler version: CVS $Id: ZipSource.java 30932 2004-07-29 17:35:38Z vgritsenko $ since: 2.1.4 |
Constructor Summary | |
public | ZipSource(Source archive, String fileName) Ctor. |
ZipSource | public ZipSource(Source archive, String fileName)(Code) | | Ctor.
Parameters: archive - The archive source. Parameters: fileName - The filename. |
exists | public boolean exists()(Code) | | |
getContentLength | public long getContentLength()(Code) | | |
getLastModified | public long getLastModified()(Code) | | |
getValidity | public SourceValidity getValidity()(Code) | | |
refresh | public void refresh()(Code) | | |
|
|