Registry / other / che-core-ide-api

che-core-ide-api

JSON →
library6.19.6javamavenunverified

Provides core APIs for building IDE extensions in the Eclipse Che platform.

<dependency> <groupId>org.eclipse.che.core</groupId> <artifactId>che-core-ide-api</artifactId> <version>6.19.6</version> </dependency>
INSTALL
IMPORT
SIG · CHE-CORE-IDE-API
C
che-core-ide-api
otherjavav6.19.6
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.

AppContext
✓ org.eclipse.che.ide.api.app.AppContext

Access the application context

import org.eclipse.che.ide.api.app.AppContext; public class Main { public static void main(String[] args) { AppContext context = null; // Obtain via injection // Use context } }
Debug
Known issues
breakingRequires Eclipse Che IDE runtime
fix
Use only within Eclipse Che extension development
affects: all
Upgrade
Version history
6.19.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
che-core-ide-api — mvn dependency:get che-core-ide-api · libregistry