Eclipse Platform
Release 3.0

Uses of Class
org.eclipse.update.core.JarContentReference.ContentSelector

Packages that use JarContentReference.ContentSelector
org.eclipse.update.core Provides support for extending the base installation and update services.  
 

Uses of JarContentReference.ContentSelector in org.eclipse.update.core
 

Methods in org.eclipse.update.core with parameters of type JarContentReference.ContentSelector
 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.
 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.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.