Uses of Class
org.eclipse.update.core.ContentReference

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

Uses of ContentReference in org.eclipse.update.core
 

Subclasses of ContentReference in org.eclipse.update.core
 class JarContentReference
          Local .jar file content reference.
 class JarEntryContentReference
          .jar file entry content reference.
 

Methods in org.eclipse.update.core that return ContentReference
 ContentReference FeatureContentProvider.asLocalReference(ContentReference ref, InstallMonitor monitor)
          Returns the specified reference as a local file system reference.
 ContentReference JarContentReference.createContentReference(java.lang.String id, java.io.File file)
          A factory method to create a jar content reference.
 ContentReference ContentReference.createContentReference(java.lang.String id, java.io.File file)
          A factory method to create a content reference of the same type.
 ContentReference[] IFeatureContentProvider.getArchiveReferences(InstallMonitor monitor)
          Returns an array of content references of all the "packaged" archives that make up this feature.
 ContentReference IVerificationResult.getContentReference()
          Returns the content reference that is the target of the verification.
 ContentReference[] IFeatureContentProvider.getFeatureEntryArchiveReferences(InstallMonitor monitor)
          Returns an array of content references of the "packaged" archives that contain the feature descriptive information.
 ContentReference[] IFeatureContentProvider.getFeatureEntryContentReferences(InstallMonitor monitor)
          Returns an array of content references to the feature definition files (i.e the "logical" view of the files defining the feature).
 ContentReference IFeatureContentProvider.getFeatureManifestReference(InstallMonitor monitor)
          Returns a content reference to the feature manifest.
 ContentReference[] IFeatureContentProvider.getNonPluginEntryArchiveReferences(INonPluginEntry nonPluginEntry, InstallMonitor monitor)
          Returns an array of content references of the "packaged" archives that contain the files for the specified non-plug-in entry.
 ContentReference[] IFeatureContentProvider.getPluginEntryArchiveReferences(IPluginEntry pluginEntry, InstallMonitor monitor)
          Returns an array of content references of the "packaged" archives that contain the files for the specified plug-in entry.
 ContentReference[] IFeatureContentProvider.getPluginEntryContentReferences(IPluginEntry pluginEntry, InstallMonitor monitor)
          Returns an array of content references to the files implementing the specified plug-in.
 ContentReference[] JarContentReference.peek(JarContentReference.ContentSelector selector, InstallMonitor monitor)
          Peeks into the referenced jar archive.
 ContentReference JarContentReference.peek(java.lang.String entryName, JarContentReference.ContentSelector selector, InstallMonitor monitor)
          Peeks into the referenced jar archive looking for the named entry.
 ContentReference[] JarContentReference.unpack(java.io.File dir, JarContentReference.ContentSelector selector, InstallMonitor monitor)
          Unpacks the referenced jar archive into the specified location.
 ContentReference JarContentReference.unpack(java.io.File dir, java.lang.String entryName, JarContentReference.ContentSelector selector, InstallMonitor monitor)
          Unpacks the named jar entry into the specified location.
 

Methods in org.eclipse.update.core with parameters of type ContentReference
 java.io.File FeatureContentProvider.asLocalFile(ContentReference ref, InstallMonitor monitor)
          Returns the specified reference as a local file.
 ContentReference FeatureContentProvider.asLocalReference(ContentReference ref, InstallMonitor monitor)
          Returns the specified reference as a local file system reference.
 void IFeatureContentConsumer.store(ContentReference contentReference, IProgressMonitor monitor)
          Store a feature file.
 void IContentConsumer.store(ContentReference contentReference, IProgressMonitor monitor)
          Stores a file.
protected  void FeatureContentProvider.validatePermissions(ContentReference[] references)
          Sets the permission of all the ContentReferences Check for the .permissions contentReference and use it to set the permissions of other ContentReference
abstract  IVerificationResult Verifier.verify(IFeature feature, ContentReference reference, boolean isFeatureVerification, InstallMonitor monitor)
           
 IVerificationResult IVerifier.verify(IFeature feature, ContentReference reference, boolean isFeatureVerification, InstallMonitor monitor)
          Perform verification of the specified archive.