|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 PolicyFileScanner.InvalidFormatException 的软件包 | |
|---|---|
| org.eclipse.jetty.policy.loader | |
| org.eclipse.jetty.policy.loader 中 PolicyFileScanner.InvalidFormatException 的使用 |
|---|
| 抛出 PolicyFileScanner.InvalidFormatException 的 org.eclipse.jetty.policy.loader 中的方法 | |
|---|---|
protected void |
PolicyFileScanner.handleUnexpectedToken(StreamTokenizer st)
Throws InvalidFormatException with error status: which token is unexpected on which line. |
protected void |
PolicyFileScanner.handleUnexpectedToken(StreamTokenizer st,
String message)
Throws InvalidFormatException with detailed diagnostics. |
protected GrantEntry |
PolicyFileScanner.readGrantNode(StreamTokenizer st)
Tries to read grant clause. |
protected KeystoreEntry |
PolicyFileScanner.readKeystoreNode(StreamTokenizer st)
Tries to read keystore clause fields. |
protected Collection<PermissionEntry> |
PolicyFileScanner.readPermissionEntries(StreamTokenizer st)
Tries to read a list of permission entries. |
protected PrincipalEntry |
PolicyFileScanner.readPrincipalNode(StreamTokenizer st)
Tries to read Principal Node fields. |
void |
PolicyFileScanner.scanStream(Reader r,
Collection<GrantEntry> grantEntries,
List<KeystoreEntry> keystoreEntries)
Performs the main parsing loop. |
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||