|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContentType | |
|---|---|
| oracle.ide.config | Contains classes encapsulating JDevelopers's environment settings. |
| oracle.ide.model | Contains interfaces and classes implementing JDeveloper's data model. |
| oracle.jdeveloper.vcs.util | Contains assorted stateless utilities for version control system integraton. |
| Uses of ContentType in oracle.ide.config |
|---|
| Methods in oracle.ide.config that return ContentType | |
|---|---|
static ContentType |
DocumentExtensions.findContentTypeFromExtension(java.lang.String ext)
|
static ContentType |
DocumentExtensions.findRecognizerContentType(java.lang.String ext)
|
| Uses of ContentType in oracle.ide.model |
|---|
| Fields in oracle.ide.model declared as ContentType | |
|---|---|
static ContentType |
ContentType.BINARY
BINARY identifies file extensions registered with a binary
content type. |
static ContentType |
ContentType.TEXT
TEXT identifies file extensions registered with a textual
content type. |
| Methods in oracle.ide.model that return ContentType | |
|---|---|
static ContentType |
Recognizer.getContentTypeForExtension(java.lang.String extension)
Returns the ContentType associated with the given extension. |
static ContentType |
ContentType.valueOf(java.lang.String name)
|
static ContentType[] |
ContentType.values()
|
| Methods in oracle.ide.model with parameters of type ContentType | |
|---|---|
static void |
Recognizer.mapExtensionToContentType(java.lang.String extension,
ContentType contentType)
Maps the given extension, which is a file extension,
to the given ContentType. |
| Uses of ContentType in oracle.jdeveloper.vcs.util |
|---|
| Methods in oracle.jdeveloper.vcs.util that return ContentType | |
|---|---|
static ContentType |
VCSFileSystemUtils.getContentType(java.lang.String extension)
Gets the ContentType for the given extension. |
| Methods in oracle.jdeveloper.vcs.util that return types with arguments of type ContentType | |
|---|---|
static java.util.Map<ContentType,java.util.Collection<java.net.URL>> |
VCSFileSystemUtils.organizeURLsByContentType(java.net.URL[] urls)
Organizes the given URLs by their content type. |
| Methods in oracle.jdeveloper.vcs.util with parameters of type ContentType | |
|---|---|
static java.net.URL[] |
VCSFileSystemUtils.getContentTypeURLs(java.net.URL[] urls,
ContentType contentType)
Gets the URLs, of those supplied, which have the given content type associated in the IDE. |
static void |
VCSFileSystemUtils.registerFileType(java.lang.String extension,
ContentType contentType)
Registers a default file type against the given extension in the IDE. |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||