|
Eclipse JDT Pre-release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.core.runtime.PlatformObject
org.eclipse.jdt.launching.sourcelookup.ZipEntryStorage
Storage implementation for zip entries.
This class may be instantiated; it is not intended to be subclassed.
ArchiveSourceLocation,
IStorage| Constructor Summary | |
ZipEntryStorage(ZipFile archive,
ZipEntry entry)
Constructs a new storage implementation for the given zip entry in the specified zip file |
|
| Method Summary | |
boolean |
equals(Object object)
|
ZipFile |
getArchive()
Returns the archive containing the zip entry. |
InputStream |
getContents()
|
IPath |
getFullPath()
|
String |
getName()
|
ZipEntry |
getZipEntry()
Returns the entry that contains the source |
int |
hashCode()
|
boolean |
isReadOnly()
|
| Methods inherited from class org.eclipse.core.runtime.PlatformObject |
getAdapter |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
getAdapter |
| Constructor Detail |
public ZipEntryStorage(ZipFile archive,
ZipEntry entry)
archive - zip fileentry - zip entry| Method Detail |
public InputStream getContents()
throws CoreException
getContents in interface IStorageCoreExceptionpublic IPath getFullPath()
getFullPath in interface IStoragepublic String getName()
getName in interface IStoragepublic boolean isReadOnly()
isReadOnly in interface IStoragepublic ZipFile getArchive()
public ZipEntry getZipEntry()
public boolean equals(Object object)
public int hashCode()
|
Eclipse JDT Pre-release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||