Package | Description |
---|---|
org.eclipse.update.core |
Provides support for extending the base installation
and update services.
|
Modifier and Type | Method and Description |
---|---|
ContentReference[] |
JarContentReference.peek(JarContentReference.ContentSelector selector,
InstallMonitor monitor)
Peeks into the referenced jar archive.
|
ContentReference |
JarContentReference.peek(String entryName,
JarContentReference.ContentSelector selector,
InstallMonitor monitor)
Peeks into the referenced jar archive looking for the named entry.
|
ContentReference[] |
JarContentReference.unpack(File dir,
JarContentReference.ContentSelector selector,
InstallMonitor monitor)
Unpacks the referenced jar archive into the specified location.
|
ContentReference |
JarContentReference.unpack(File dir,
String entryName,
JarContentReference.ContentSelector selector,
InstallMonitor monitor)
Unpacks the named jar entry into the specified location.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.