protected AccessResult |
AbstractImportRule.calculateResult(boolean matched) |
Returns the appropriate AccessResult based on whether there
was a match and if the rule is to allow access.
|
AccessResult |
AbstractImportControl.checkAccess(String inPkg,
String inFileName,
String forImport) |
Returns whether a package or class is allowed to be imported.
|
private AccessResult |
AbstractImportControl.localCheckAccess(String inPkg,
String inFileName,
String forImport) |
Checks whether any of the rules for this node control access to
a specified package or file.
|
static AccessResult |
AccessResult.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static AccessResult[] |
AccessResult.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
abstract AccessResult |
AbstractImportRule.verifyImport(String forImport) |
Verifies whether a package name is used.
|
AccessResult |
ClassImportRule.verifyImport(String forImport) |
Verifies whether a class name is used.
|
AccessResult |
PkgImportRule.verifyImport(String forImport) |
Verifies whether a package name is used.
|