Interface ArchiveMember
-
- All Superinterfaces:
Substitutable
- All Known Implementing Classes:
ArchiveMemberHandler
public interface ArchiveMember extends Substitutable
CreatesReaderandWriterfor theMemberEntryof an archive, that has to undergo string substitution.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ArchiveEntryWrappergetParent()Gets theArchiveEntryWrapperof the member entry.-
Methods inherited from interface com.sun.enterprise.admin.servermgmt.stringsubs.Substitutable
finish, getName, getReader, getWriter
-
-
-
-
Method Detail
-
getParent
ArchiveEntryWrapper getParent()
Gets theArchiveEntryWrapperof the member entry.- Returns:
- The parental archive wrapper of the entry.
-
-