See: Description
Class | Description |
---|---|
JkClassLoader | |
JkClasspath |
A sequence of file to be used as a
class path .Each file is called an entry .Each entry is supposed to be either a jar file either a
folder .Non existing files are accepted as valid entry , though they
won't contain any classes. |
JkJarPacker |
Utilities class to produce Jar files.
|
JkJavaCompiler |
Stand for a compilation setting and process.
|
JkJavaCompileSpec |
Stands for a compilation settings as source and target version, encoding, annotation processing
or any option supported by the compileRunner.
|
JkJavadocMaker |
Offers fluent interface for producing Javadoc.
|
JkJavaProcess |
Offers fluent interface for launching Java processes.
|
JkJavaVersion |
Java specification version
|
JkManifest |
Helper class to read and write Manifest from andPrepending to file.
|
JkUrlClassLoader |
Wrapper around
URLClassLoader offering convenient methods and fluent
interface to deal with URLClassLoader . |