public static interface Archive.Entry
Modifier and Type | Method and Description |
---|---|
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. |
@Nonnull java.lang.String getName()
boolean isDirectory()
true
if the entry designates a directory.true
if the entry designates a directory.@Nonnull java.util.Collection<? extends Archive.Entry> getChildren()
@CheckForNull Archive.Entry getChild(@Nonnull java.lang.String name)
name
- name of the child entrynull
if does not exist.Copyright © 2010 - 2020 Adobe. All Rights Reserved