Registry / utility / sakai-kernel-util

sakai-kernel-util

JSON →
library1.3.3javamavenunverified

The Sakai kernel provides core functionality for the Sakai learning management system, including utility classes for common tasks.

<dependency> <groupId>org.sakaiproject.kernel</groupId> <artifactId>sakai-kernel-util</artifactId> <version>1.3.3</version> </dependency>
INSTALL
IMPORT
SIG · SAKAI-KERNEL-UTIL
S
sakai-kernel-util
utilityjavav1.3.3
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.

StringUtils
org.sakaiproject.kernel.util.StringUtils

Uses a utility method to trim whitespace from a string.

import org.sakaiproject.kernel.util.StringUtils; public class Main { public static void main(String[] args) { String result = StringUtils.trimToNull(" hello "); System.out.println("Trimmed: " + result); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Resources
sakai-kernel-util — mvn dependency:get sakai-kernel-util · libregistry