Crate java_classpaths

source ·
Expand description

Allows for file system like access to java like classpaths

Structs

A classpath in java
A classpath resource. This is some readable entry available on the classpath

Constants

The separator between different entries on the classpath. This is different depending on the os. In general, the separator on unix is :, while on windows it’s ;