org.schmant.task.at4j.zip
Class ZipEntryAndSettings

java.lang.Object
  extended by org.schmant.task.at4j.zip.ZipEntryAndSettings

public class ZipEntryAndSettings
extends Object

This object contains an entry to Zip and the Zip entry settings for that entry. It is used by the At4JZipTask (interpreted by the At4JZipTask.addToZipBuilder(org.at4j.zip.builder.ZipBuilder, Object) method).

Since:
0.8
Author:
Karl Gustafsson
See Also:
At4JZipTask
Task_package:
org.at4j

Constructor Summary
ZipEntryAndSettings(Object entry, ZipEntrySettings settings)
           
 
Method Summary
 Object getEntry()
           
 ZipEntrySettings getSettings()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZipEntryAndSettings

public ZipEntryAndSettings(Object entry,
                           ZipEntrySettings settings)
Method Detail

getEntry

public Object getEntry()

getSettings

public ZipEntrySettings getSettings()