|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.eclipse.rse.services.clientserver.archiveutils.SystemUniversalZipEntry
| Field Summary | |
|---|---|
protected ZipEntry |
_entry
|
protected String |
_entryFullName
|
protected String |
_entryFullPath
|
protected String |
_entryName
|
protected String |
_extension
|
protected boolean |
_nested
|
| Constructor Summary | |
|---|---|
SystemUniversalZipEntry(ZipEntry entry)
|
|
| Method Summary | |
|---|---|
ZipEntry |
getEntry()
Returns the ZipEntry associated with this SystemUniversalZipEntry |
String |
getExtension()
Returns the extension of this entry, if the entry is a file, null string otherwise. |
String |
getFullName()
Returns the full name associated with this entry (including path to the entry) within the ZipFile file structure. |
String |
getFullPath()
Returns the full path to the entry within the ZipFile file structure. |
String |
getName()
Returns only the filename associated with this entry in the ZipFile file structure. |
boolean |
isDirectory()
|
boolean |
isNested()
Returns whether or not this entry is nested within folders within the zip file. |
void |
setEntry(ZipEntry newEntry)
Sets the ZipEntry associated with this SystemUniversalZipEntry |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected ZipEntry _entry
protected String _entryFullName
protected String _entryFullPath
protected String _entryName
protected String _extension
protected boolean _nested
| Constructor Detail |
public SystemUniversalZipEntry(ZipEntry entry)
| Method Detail |
public ZipEntry getEntry()
public void setEntry(ZipEntry newEntry)
public String getFullPath()
public String getFullName()
public String getName()
public String getExtension()
public boolean isNested()
public boolean isDirectory()
|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||