Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.eclipse.core.runtime.content

Interface Summary
IContentDescriber Content describers know how to retrieve metadata from contents.
IContentDescription A content description object contains information about the nature of arbitrary data.
IContentType Content types represent and provide information on file types, such as associated file names/extensions, default charset, etc.
IContentTypeManager The content type manager provides facilities file name and content-based type lookup, and content description.
IContentTypeManager.IContentTypeChangeListener A listener to be used to receive content type change events.
ITextContentDescriber Text content describers extend basic content describers to provide the ability of scanning character streams (readers).
 

Class Summary
BinarySignatureDescriber A content describer for binary formats that present some simple signature at a known, fixed offset.
IContentTypeManager.ContentTypeChangeEvent An event object which describes the details of a change to a content type.
XMLRootElementContentDescriber A content describer for detecting the name of the top-level element or the DTD system identifier in an XML file.