Crate java_classpaths

Source
Expand description

Allows for file system like access to java like classpaths

Structs§

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

Constants§

CLASSPATH_SEPARATOR
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 ;