public class AccessRule extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
IgnoreIfBetter |
char[] |
pattern |
int |
problemId |
| Constructor and Description |
|---|
AccessRule(char[] pattern,
int problemId) |
AccessRule(char[] pattern,
int problemId,
boolean keepLooking) |
public static final int IgnoreIfBetter
public char[] pattern
public int problemId
public AccessRule(char[] pattern,
int problemId)
public AccessRule(char[] pattern,
int problemId,
boolean keepLooking)
Copyright © 2013. All rights reserved.