org.eclipse.core.runtime.content

Home
Java Source Code / Java Documentation 2
1.2D
2.3D
3.Ajax
4.Algebra
5.App Engine
6.Aspect
7.Assemble
8.Cache
9.Cassandra
10.Chat
11.Cloud
12.CMS
13.CouchDB
14.Crypt
15.Database
16.Distributed
17.Eclipse
18.Facebook
19.File
20.Forum
21.GAE
22.Game
23.Google tech
24.Graph
25.Graphic
26.GWT
27.Hibernate
28.HTML
29.HTTP
30.Image
31.IntelliJ
32.IRC
33.J2EE
34.J2ME
35.JDBC
36.JPA
37.JSON
38.JSR
39.JUnit
40.JVM
41.Language
42.Linux
43.Math
44.Maven
45.Media
46.Messenger
47.MiddleWare
48.Mobile
49.Mock
50.MongoDB
51.Mp3
52.Music
53.MVC
54.Network
55.OpenID
56.OSGi
57.Parse
58.Persist
59.Petri
60.Phone
61.Physics
62.REST
63.Robot
64.RPC
65.RSS
66.Ruby
67.Script
68.Search
69.Spring
70.SQL
71.SSH
72.Sudoku
73.Swing
74.Tapestry
75.Test
76.Text
77.Torrent
78.Twitter
79.UML
80.UnTagged
81.Utilities
82.Web
83.Wiki
84.XML
Java Source Code / Java Documentation 2 » Script » java2script » org.eclipse.core.runtime.content 
org.eclipse.core.runtime.content
Java Source File NameTypeComment
BinarySignatureDescriber.javaClass A content describer for binary formats that present some simple signature at a known, fixed offset.

This executable extension supports three parameters: "signature", "offset" and "required", the first one being mandatory.

IContentDescriber.javaInterface Content describers know how to retrieve metadata from contents.

Note: It is expected that content describer implementations be declared in a package that is exempt from plug-in activation (using the Eclipse-AutoStart bundle manifest header).

IContentDescription.javaInterface A content description object contains information about the nature of arbitrary data.

A content description object will always include the content type for the examined contents, and may also include information on:

  1. charset;
  2. byte order mark;
  3. other custom properties provided by third-party plug-ins.

Content describers provided by plug-ins will fill in most of the properties in a content description object, except for the content type, what is done by the platform.

IContentType.javaInterface Content types represent and provide information on file types, such as associated file names/extensions, default charset, etc.
IContentTypeManager.javaInterface The content type manager provides facilities for file name and content-based type lookup and content description.
IContentTypeMatcher.javaInterface An object that performs content type matching queries.
ITextContentDescriber.javaInterface Text content describers extend basic content describers to provide the ability of scanning character streams (readers).
XMLRootElementContentDescriber.javaClass A content describer for detecting the name of the top-level element or the DTD system identifier in an XML file.

This executable extension supports two parameters: "dtd" and "element".

w_w__w.j___a___v__a_2_s.c_om__ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.