Registry / utility / org-eclipse-core-contenttype

org-eclipse-core-contenttype

JSON →
library3.9.800javamavenunverified

Provides the content type mechanism for Eclipse platform, enabling file content type detection and association.

<dependency> <groupId>org.eclipse.platform</groupId> <artifactId>org.eclipse.core.contenttype</artifactId> <version>3.9.800</version> </dependency>
INSTALL
IMPORT
SIG · ORG-ECLIPSE-CORE-C
O
org-eclipse-core-contenttype
utilityjavav3.9.800
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

IContentTypeManager
org.eclipse.core.runtime.content.IContentTypeManager

Access the Eclipse content type manager to retrieve registered content types.

import org.eclipse.core.runtime.content.IContentTypeManager; import org.eclipse.core.runtime.Platform; IContentTypeManager manager = Platform.getContentTypeManager(); System.out.println("Content types: " + manager.getAllContentTypes().length);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.9.800latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
org-eclipse-core-contenttype — mvn dependency:get org-eclipse-core-contenttype · libregistry