Class | Description |
---|---|
Dependencies |
Utility class containing dependency information between packages
and the pubapi for a package.
|
JavaCompilerWithDeps |
Subclass to Resolve that overrides collect.
|
PubapiVisitor |
Utility class that constructs a textual representation
of the public api of a class.
|
ResolveWithDeps |
Subclass to Resolve that overrides collect.
|
SmartFileManager |
Intercepts reads and writes to the file system to gather
information about what artifacts are generated.
|
SmartFileObject |
The SmartFileObject will return an outputstream that cache the written data
and compare the new content with the old content on disk.
|
SmartWriter |
The SmartWriter will cache the written data and when the writer is closed,
then it will compare the cached data with the old_content string.
|
Copyright © 2017 earcam. All rights reserved.