Interface | Description |
---|---|
Transformer |
The transform interface is used to transform content inside a package, from one form to another.
|
Class | Description |
---|---|
BuildState |
The build state class captures the source code and generated artifacts
from a build.
|
CleanProperties |
The clean properties transform should not be necessary.
|
CompileChunk |
A compile chunk is a list of sources/packages to be compiled.
|
CompileJavaPackages |
This transform compiles a set of packages containing Java sources.
|
CompileProperties |
Compile properties transform a properties file into a Java source file.
|
CopyFile |
The copy file transform simply copies a matching file from -src to -d .
|
JavacState |
The javac state class maintains the previous (prev) and the current (now)
build states and everything else that goes into the javac_state file.
|
Log |
Utility class only for sjavac logging.
|
Main |
The main class of the smart javac wrapper tool.
|
Module |
The module is the root of a set of packages/sources/artifacts.
|
Package |
The Package class maintains meta information about a package.
|
Source |
A Source object maintains information about a source file.
|
Util |
Utilities.
|
Exception | Description |
---|---|
ProblemException |
Used to signal serious problems when running sjavac.
|
Copyright © 2017 earcam. All rights reserved.