public class CommonsArchiveEntryAdapter extends java.lang.Object implements IArchiveEntry
| Constructor and Description |
|---|
CommonsArchiveEntryAdapter(org.apache.commons.compress.archivers.ArchiveEntry entry) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
boolean |
isDirectory() |
public CommonsArchiveEntryAdapter(org.apache.commons.compress.archivers.ArchiveEntry entry)
public java.lang.String getName()
getName in interface IArchiveEntrypublic boolean isDirectory()
isDirectory in interface IArchiveEntryCopyright © 2014. All Rights Reserved.