Registry / utility / org-netbeans-modules-csl-api

org-netbeans-modules-csl-api

JSON →
libraryRELEASE290javamavenunverified

Apache NetBeans module providing the Common Source Language API for language support in the IDE.

<dependency> <groupId>org.netbeans.api</groupId> <artifactId>org-netbeans-modules-csl-api</artifactId> <version>RELEASE290</version> </dependency>
INSTALL
IMPORT
SIG · ORG-NETBEANS-MODUL
O
org-netbeans-modules-csl-api
utilityjavavRELEASE290
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.

Language
org.netbeans.modules.csl.api.Language

Retrieve a language instance by MIME type.

import org.netbeans.modules.csl.api.Language; public class Example { public static void main(String[] args) { Language lang = Language.find("text/x-java"); System.out.println("Language: " + lang.getDisplayName()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
RELEASE290latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
org-netbeans-modules-csl-api — mvn dependency:get org-netbeans-modules-csl-api · libregistry