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.Entry
getName
in interface Archive.Entry
public boolean isDirectory()
Archive.Entry
true
if the entry designates a directory.isDirectory
in interface Archive.Entry
true
if the entry designates a directory.public Collection<? extends Archive.Entry> getChildren()
Archive.Entry
getChildren
in interface Archive.Entry
public Archive.Entry getChild(String name)
Archive.Entry
getChild
in interface Archive.Entry
name
- name of the child entrynull
if does not exist."Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"