|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.mtj.core.library.classpath.ClasspathAccessRule
public class ClasspathAccessRule
Describes an access rule to class files on a classpath entry. An access rule is composed of a file pattern and a kind (accessible, non accessible, or discouraged).
| Constructor Summary | |
|---|---|
ClasspathAccessRule(IPath pattern,
String kind)
Creates a new ClasspathAccessRule |
|
| Method Summary | |
|---|---|
int |
getKind()
|
IPath |
getPattern()
|
boolean |
ignoreIfBetter()
Should return whether a type matching this rule should be ignored if a type with the same qualified name can be found on a later classpath entry with a better accessibility. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClasspathAccessRule(IPath pattern,
String kind)
pattern - An access rule file pattern.kind - An access rule kind (accessible, non accessible, or
discouraged).ACCESSIBLE: indicates that files matching the
rule's pattern are accessible.NON_ACCESSIBLE: indicates that files matching the
rule's pattern are non accessible.DISCOURAGED: indicates that access to the files
matching the rule's pattern is discouraged.| Method Detail |
|---|
public int getKind()
public IPath getPattern()
public boolean ignoreIfBetter()
falseorg.eclipse.jdt.core.IAccessRule#ignoreIfBetter()
|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||