|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IContentDescription | |
---|---|
org.eclipse.core.runtime.content | Provides core support for content types. |
Uses of IContentDescription in org.eclipse.core.runtime.content |
---|
Methods in org.eclipse.core.runtime.content that return IContentDescription | |
---|---|
IContentDescription |
IContentType.getDefaultDescription()
Returns the default content description for this content type. |
IContentDescription |
IContentType.getDescriptionFor(java.io.InputStream contents,
QualifiedName[] options)
Tries to obtain a description for the given contents. |
IContentDescription |
IContentTypeMatcher.getDescriptionFor(java.io.InputStream contents,
java.lang.String fileName,
QualifiedName[] options)
Tries to obtain a description for the given contents and file name. |
IContentDescription |
IContentType.getDescriptionFor(java.io.Reader contents,
QualifiedName[] options)
Tries to obtain a description for the given contents. |
IContentDescription |
IContentTypeMatcher.getDescriptionFor(java.io.Reader contents,
java.lang.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 |
XMLRootElementContentDescriber2.describe(java.io.InputStream contents,
IContentDescription description)
|
int |
XMLRootElementContentDescriber.describe(java.io.InputStream contents,
IContentDescription description)
Deprecated. |
int |
IContentDescriber.describe(java.io.InputStream contents,
IContentDescription description)
Tries to fill a description for the given contents. |
int |
BinarySignatureDescriber.describe(java.io.InputStream contents,
IContentDescription description)
|
int |
XMLRootElementContentDescriber2.describe(java.io.Reader contents,
IContentDescription description)
|
int |
XMLRootElementContentDescriber.describe(java.io.Reader contents,
IContentDescription description)
Deprecated. |
int |
ITextContentDescriber.describe(java.io.Reader contents,
IContentDescription description)
Tries to fill a description for the given contents. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |