public class ClasspathAccessRule extends AccessRule implements IAccessRule
IgnoreIfBetter, pattern, problemIdIGNORE_IF_BETTER, K_ACCESSIBLE, K_DISCOURAGED, K_NON_ACCESSIBLE| Constructor and Description |
|---|
ClasspathAccessRule(IPath pattern,
int kind) |
| Modifier and Type | Method and Description |
|---|---|
int |
getKind()
Returns the kind of this access rule (one of
IAccessRule.K_ACCESSIBLE, IAccessRule.K_NON_ACCESSIBLE
or IAccessRule.K_DISCOURAGED). |
IPath |
getPattern()
Returns the file pattern for this access rule.
|
equals, getProblemId, hashCode, ignoreIfBetter, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitignoreIfBetterpublic IPath getPattern()
IAccessRulegetPattern in interface IAccessRuleIClasspathEntry.getExclusionPatterns()public int getKind()
IAccessRuleIAccessRule.K_ACCESSIBLE, IAccessRule.K_NON_ACCESSIBLE
or IAccessRule.K_DISCOURAGED).getKind in interface IAccessRule