public class ArchiveEntryWrapperImpl extends Object implements ArchiveEntryWrapper
| Modifier and Type | Method and Description |
|---|---|
ArchiveEntryWrapper |
getParentArchive()
Get's the parent archive wrapper applicable only for the nested archive.
|
List<? extends ArchiveMember> |
getSubstitutables()
Get's all the substitutable entries from an archive.
|
void |
notifyCompletion()
An
ArchiveMember call this method to notify the successful completion
of string substitution. |
public ArchiveEntryWrapper getParentArchive()
ArchiveEntryWrappergetParentArchive in interface ArchiveEntryWrappernull
if no parent archive found.public List<? extends ArchiveMember> getSubstitutables()
ArchiveEntryWrapperSubstitutable entries from the nested archive.getSubstitutables in interface ArchiveEntryWrapperpublic void notifyCompletion()
ArchiveEntryWrapperArchiveMember call this method to notify the successful completion
of string substitution.notifyCompletion in interface ArchiveEntryWrapperCopyright © 2017. All rights reserved.