A set of adaptors for types belonging to the Java language
or Java SDK. Includes:
- a set of functions for instantiating Java array types
given a stream of values, for example,
[[createJavaIntArray]], [[createJavaFloatArray]],
[[createJavaByteArray]], [[createJavaBooleanArray]],
[[createJavaObjectArray]], and
[[createJavaStringArray]],
- a set of functions for converting between Ceylon's
[[Array]] class and Java array types, for example,
[[javaIntArray]], [[javaFloatArray]], ...
Artifacts using java version 1.2.0 (15)
This module allows you to read and write to streams, such
as files, sockets and pipes.
See the `ceylon.io` package for usage examples.
Last Release on Feb 13, 2021
This module defines APIs for:
- representing and manipulating URIs,
- connecting to HTTP servers, and
- defining HTTP endpoints and executing HTTP servers.
The [[ceylon.net.uri::Uri]] class supports connection
to an HTTP URI.
Last Release on Feb 13, 2021
This module enables updates to multiple databases within
a single transaction. It is integrated with
[[module ceylon.dbc]].
Last Release on Feb 13, 2021
This module defines a bidirectional conversion between `ceylon.ast`
and the RedHat compiler AST, as well as functions that directly parse code
to `ceylon.ast` nodes using the RedHat compiler.
`ceylon.ast` → RedHat AST:
...
Last Release on Feb 13, 2021
A formatter for the Ceylon programming language.
# Command line usage
Note: if the `ceylon format` plugin wasn’t installed by default
in your distribution, you can add it by running:
~~~sh
ceylon plugin install ceylon.formatter/1.3.3
~~~
To format ...
Last Release on Feb 13, 2021
This module offers some components for JDBC-based
database connectivity. The main component is the class
[[Sql]], an instance of which may be obtained for any
given [[javax.sql::DataSource]].
Last Release on Feb 13, 2021
This module provides basic cross-platform regular expression support.
It's based on Google's [RegExp object](http://www.gwtproject.org/javadoc/latest/com/google/gwt/regexp/shared/RegExp.html)
for GWT.
Last Release on Feb 13, 2021