public static class JrVltArchiveAdapter.EntryAdapter extends java.lang.Object implements Archive.Entry
| Modifier and Type | Method and Description |
|---|---|
static Archive.Entry |
create(Archive.Entry entry) |
Archive.Entry |
getChild(java.lang.String name)
Returns the child entry with the given name.
|
java.util.Collection<? extends Archive.Entry> |
getChildren()
Returns a collection of child entries.
|
java.lang.String |
getName()
Returns the (file) name of the entry
|
boolean |
isDirectory()
Returns
true if the entry designates a directory. |
Archive.Entry |
unwrap() |
public Archive.Entry unwrap()
public static Archive.Entry create(Archive.Entry entry)
public java.lang.String getName()
Archive.EntrygetName in interface Archive.Entrypublic boolean isDirectory()
Archive.Entrytrue if the entry designates a directory.isDirectory in interface Archive.Entrytrue if the entry designates a directory.public java.util.Collection<? extends Archive.Entry> getChildren()
Archive.EntrygetChildren in interface Archive.Entrypublic Archive.Entry getChild(java.lang.String name)
Archive.EntrygetChild in interface Archive.Entryname - name of the child entrynull if does not exist."Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"