public static class JrVltArchiveAdapter.EntryAdapter extends Object implements Archive.Entry
| Modifier and Type | Method and Description |
|---|---|
static Archive.Entry |
create(Archive.Entry entry) |
Archive.Entry |
getChild(String name)
Returns the child entry with the given name.
|
Collection<? extends Archive.Entry> |
getChildren()
Returns a collection of child entries.
|
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 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 Collection<? extends Archive.Entry> getChildren()
Archive.EntrygetChildren in interface Archive.Entrypublic Archive.Entry getChild(String name)
Archive.EntrygetChild in interface Archive.Entryname - name of the child entrynull if does not exist."Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"