public interface 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. |
ArchiveEntryWrapper getParentArchive()
null
if no parent archive found.List<? extends ArchiveMember> getSubstitutables()
Substitutable entries from the nested archive.void notifyCompletion()
ArchiveMember call this method to notify the successful completion
of string substitution.Copyright © 2017. All rights reserved.