org.schmant.task.at4j.tar
Class TarEntryAndSettings
java.lang.Object
org.schmant.task.at4j.tar.TarEntryAndSettings
public class TarEntryAndSettings
- extends Object
This object contains an entry to Tar and the Tar entry settings for that
entry. It is used by the TarTask
(interpreted by the
TarTask.addToTarBuilder(org.at4j.tar.builder.TarStreamBuilder, Object)
method).
- Since:
- 0.8
- Author:
- Karl Gustafsson
- See Also:
TarTask
- Task_package:
- org.at4j
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TarEntryAndSettings
public TarEntryAndSettings(Object entry,
TarEntrySettings settings)
getEntry
public Object getEntry()
getSettings
public TarEntrySettings getSettings()