com.wles.util
Class RuleParser.ScopedSubject
java.lang.Object
   com.wles.util.RuleParser.QualifiedElement
com.wles.util.RuleParser.QualifiedElement
       com.wles.util.RuleParser.Subject
com.wles.util.RuleParser.Subject
           com.wles.util.RuleParser.ScopedSubject
com.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 | TERMINATORThe 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 java.lang.Object | 
| getClass, notify, notifyAll, wait, wait, wait | 
 
TERMINATOR
public static final java.lang.String TERMINATOR
- The charater used to terminate subject names.
 
- See Also:
- Constant Field Values
 
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:
- toStringin class- RuleParser.QualifiedElement
 
- 
 
Copyright © 2005 BEA Systems Inc. All Rights Reserved.