Class ZipEntryStorage
- java.lang.Object
-
- org.eclipse.core.runtime.PlatformObject
-
- org.eclipse.debug.core.sourcelookup.containers.ZipEntryStorage
-
- org.eclipse.jdt.launching.sourcelookup.ZipEntryStorage
-
- All Implemented Interfaces:
IStorage
,IAdaptable
@Deprecated public class ZipEntryStorage extends ZipEntryStorage
Deprecated.In 3.0 this class is provided by the debug platform and clients should use the replacement classorg.eclipse.debug.core.sourcelookup.containers.ZipEntryStorage
.Storage implementation for zip entries.This class may be instantiated.
- Since:
- 2.0
- See Also:
ArchiveSourceLocation
,IStorage
- Restriction:
- This class is not intended to be sub-classed by clients.
-
-
Constructor Summary
Constructors Constructor Description ZipEntryStorage(ZipFile archive, ZipEntry entry)
Deprecated.Constructs a new storage implementation for the given zip entry in the specified zip file
-
Method Summary
-
Methods inherited from class org.eclipse.debug.core.sourcelookup.containers.ZipEntryStorage
equals, getArchive, getContents, getFullPath, getName, getZipEntry, hashCode, 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
-
-