Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Uses of Class
oracle.ide.model.ContentType

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)
          Deprecated. replaced by FileTypesRecognizer.getNonNullContentTypeForExtension(java.lang.String).
static ContentType DocumentExtensions.findRecognizerContentType(java.lang.String ext)
          Deprecated. replaced by FileTypesRecognizer.getContentTypeForExtension(String).
static ContentType FileTypesRecognizer.getContentTypeForExtension(java.lang.String extension)
          Returns the ContentType associated with the given extension.
static ContentType FileTypesRecognizer.getNonNullContentTypeForExtension(java.lang.String extension)
          Returns the ContentType associated with the given extension.

 

Methods in oracle.ide.config with parameters of type ContentType
static void FileTypesRecognizer.mapCustomExtensionToContentType(java.lang.String extension, ContentType contentType)
          Maps the given extension, which is a file extension, to the given ContentType.

 

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)
          Deprecated. replaced by FileTypesRecognizer.getContentTypeForExtension(String).
static ContentType ContentType.valueOf(java.lang.String name)
           
static ContentType[] ContentType.values()
           

 

Methods in oracle.ide.model that return types with arguments of type ContentType
static java.util.Map<java.io.File,ContentType> Recognizer.getDeclarativeExtensionToContentTypeMap()
           

 

Methods in oracle.ide.model with parameters of type ContentType
static void Recognizer.mapExtensionToContentType(java.lang.String extension, ContentType contentType)
          Deprecated. replaced by declarative registration through a node-recognizers-hook/url-recognizer/extension-to-content-type trigger hook.

 

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.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.