com.wles.util
Class RuleParser.ScopedSubject

java.lang.Object
  extended bycom.wles.util.RuleParser.QualifiedElement
      extended bycom.wles.util.RuleParser.Subject
          extended bycom.wles.util.RuleParser.ScopedSubject
Direct Known Subclasses:
RuleParser.SubjectGroup, RuleParser.User
Enclosing class:
RuleParser

public abstract static class RuleParser.ScopedSubject
extends RuleParser.Subject

Base class for subjects which include a directory component. See User and SubjectGroup for concrete implementations.


Field Summary
static java.lang.String TERMINATOR
          The charater used to terminate subject names.
 
Method Summary
 java.lang.String getDirectoryName()
          Gets the directory name of the scoped subject.
 java.lang.String toString()
          Return a report of information on the subject structure.
 
Methods inherited from class com.wles.util.RuleParser.Subject
deconstruct, parse, validate
 
Methods inherited from class com.wles.util.RuleParser.QualifiedElement
equals, getName, getQualifiedName, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

TERMINATOR

public static final java.lang.String TERMINATOR
The charater used to terminate subject names.

See Also:
Constant Field Values
Method Detail

getDirectoryName

public java.lang.String getDirectoryName()
Gets the directory name of the scoped subject.


toString

public java.lang.String toString()
Return a report of information on the subject structure.

Overrides:
toString in class RuleParser.QualifiedElement


Copyright © 2004-2008, Oracle and/or its affiliates. All rights reserved.