Class | Description |
---|---|
AbstractCheckMojo |
Base class for forbiddenapis Mojos.
|
AntTask |
Task to check if a set of class files contains calls to forbidden APIs
from a given classpath and list of API signatures (either inline or as pointer to files).
|
BundledSignaturesType | |
Checker |
Task to check if a set of class files contains calls to forbidden APIs
from a given classpath and list of API signatures (either inline or as pointer to files).
|
CheckMojo |
Mojo to check if no project generated class files (compile scope) contain calls to forbidden APIs
from the project classpath and a list of API signatures (either inline or as pointer to files or bundled signatures).
|
CliMain |
CLI class with a static main() method
|
TestCheckMojo |
Mojo to check if no project generated class files (test scope) contain calls to forbidden APIs
from the project classpath and a list of API signatures (either inline or as pointer to files or bundled signatures).
|
Exception | Description |
---|---|
CliMain.ExitException | |
ForbiddenApiException | |
ParseException | |
WrapperRuntimeException |
Copyright © 2013–2016. All rights reserved.