Package org.eclipse.tycho.core.osgitools
Class DefaultClasspathEntry.DefaultAccessRule
- java.lang.Object
-
- org.eclipse.tycho.core.osgitools.DefaultClasspathEntry.DefaultAccessRule
-
- All Implemented Interfaces:
ClasspathEntry.AccessRule
- Enclosing class:
- DefaultClasspathEntry
public static class DefaultClasspathEntry.DefaultAccessRule extends Object implements ClasspathEntry.AccessRule
-
-
Constructor Summary
Constructors Constructor Description DefaultAccessRule(String path, boolean discouraged)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getPattern()
int
hashCode()
boolean
isDiscouraged()
String
toString()
-
-
-
Constructor Detail
-
DefaultAccessRule
public DefaultAccessRule(String path, boolean discouraged)
-
-
Method Detail
-
getPattern
public String getPattern()
- Specified by:
getPattern
in interfaceClasspathEntry.AccessRule
-
isDiscouraged
public boolean isDiscouraged()
- Specified by:
isDiscouraged
in interfaceClasspathEntry.AccessRule
-
-