Uses of Class
org.eclipse.jetty.policy.loader.PolicyFileScanner.InvalidFormatException

Packages that use PolicyFileScanner.InvalidFormatException
org.eclipse.jetty.policy.loader   
 

Uses of PolicyFileScanner.InvalidFormatException in org.eclipse.jetty.policy.loader
 

Methods in org.eclipse.jetty.policy.loader that throw PolicyFileScanner.InvalidFormatException
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.
 



Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.