Interface ArchiveEntryWrapper

All Known Implementing Classes:
ArchiveEntryWrapperImpl

public interface ArchiveEntryWrapper
Wraps the processing of an Archive of a Group.
  • Method Details

    • getParentArchive

      ArchiveEntryWrapper getParentArchive()
      Get's the parent archive wrapper applicable only for the nested archive.
      Returns:
      Reference to the parent archive or null if no parent archive found.
    • getSubstitutables

      List<? extends ArchiveMember> getSubstitutables()
      Get's all the substitutable entries from an archive. List also includes the Substitutable entries from the nested archive.
      Returns:
      All the archive entries that has to undergo string substitution.
    • notifyCompletion

      void notifyCompletion()
      An ArchiveMember call this method to notify the successful completion of string substitution.