Eclipse Platform
Release 3.0

Uses of Interface
org.eclipse.core.runtime.content.IContentDescription

Packages that use IContentDescription
org.eclipse.core.resources Provides basic support for managing a workspace and its resources.  
org.eclipse.core.runtime.content Provides core support for content types.  
 

Uses of IContentDescription in org.eclipse.core.resources
 

Methods in org.eclipse.core.resources that return IContentDescription
 IContentDescription IFile.getContentDescription()
          Returns a description for this file's current contents.
 

Uses of IContentDescription in org.eclipse.core.runtime.content
 

Methods in org.eclipse.core.runtime.content that return IContentDescription
 IContentDescription IContentType.getDescriptionFor(InputStream contents, QualifiedName[] options)
          Tries to obtain a description for the given contents.
 IContentDescription IContentType.getDescriptionFor(Reader contents, QualifiedName[] options)
          Tries to obtain a description for the given contents.
 IContentDescription IContentTypeManager.getDescriptionFor(InputStream contents, String fileName, QualifiedName[] options)
          Tries to obtain a description for the given contents and file name.
 IContentDescription IContentTypeManager.getDescriptionFor(Reader contents, String fileName, QualifiedName[] options)
          Tries to obtain a description for the given contents and file name.
 

Methods in org.eclipse.core.runtime.content with parameters of type IContentDescription
 int BinarySignatureDescriber.describe(InputStream contents, IContentDescription description)
           
 int ITextContentDescriber.describe(Reader contents, IContentDescription description)
          Tries to fill a description for the given contents.
 int IContentDescriber.describe(InputStream contents, IContentDescription description)
          Tries to fill a description for the given contents.
 int XMLRootElementContentDescriber.describe(InputStream contents, IContentDescription description)
           
 int XMLRootElementContentDescriber.describe(Reader contents, IContentDescription description)
           
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

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