Package org.eclipse.tycho.classpath
Interface ClasspathEntry.AccessRule
-
- All Known Implementing Classes:
DefaultClasspathEntry.DefaultAccessRule
- Enclosing interface:
- ClasspathEntry
public static interface ClasspathEntry.AccessRule
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getPattern()
boolean
isDiscouraged()
-
-
-
Method Detail
-
getPattern
String getPattern()
-
isDiscouraged
boolean isDiscouraged()
-
-