A B C D E F G H I L M N P R S T U V W

A

Access - Class in com.soebes.subversion.sapm
This represents the access level plus the user/group for which this permission should be defined.
Access() - Constructor for class com.soebes.subversion.sapm.Access
 
Access(IPrincipal, AccessLevel) - Constructor for class com.soebes.subversion.sapm.Access
Create a new instance with the given parameters.
Access(IPrincipal, AccessLevel, boolean) - Constructor for class com.soebes.subversion.sapm.Access
 
access - Variable in class com.soebes.subversion.sapm.parser.SAFPParser.aliaspermission_return
 
access - Variable in class com.soebes.subversion.sapm.parser.SAFPParser.grouppermission_return
 
access - Variable in class com.soebes.subversion.sapm.parser.SAFPParser.permissionrule_return
 
access - Variable in class com.soebes.subversion.sapm.parser.SAFPParser.userpermission_return
 
AccessLevel - Enum in com.soebes.subversion.sapm
This enumeration represents the three different permission levels inside a Subversion repository.
AccessLevel() - Constructor for enum com.soebes.subversion.sapm.AccessLevel
 
accessList - Variable in class com.soebes.subversion.sapm.AccessRule
 
AccessRule - Class in com.soebes.subversion.sapm
This class describes an AccessRule which comprises of an repository name and a repository path which is usually defined like the following in the Subversion Access file.
AccessRule(String) - Constructor for class com.soebes.subversion.sapm.AccessRule
This is used if you have no particular repository defined for example like the following.
AccessRule(String, String) - Constructor for class com.soebes.subversion.sapm.AccessRule
This is used if you have given both the repository name and the path within the repository.
accessrule - Variable in class com.soebes.subversion.sapm.parser.SAFPParser.repos_return
 
accessRule - Variable in class com.soebes.subversion.sapm.parser.SAFPParser.sectionrepository_return
 
AccessRules - Class in com.soebes.subversion.sapm
This class can handle an access rule which comprises of multiple AccessRule.
AccessRules() - Constructor for class com.soebes.subversion.sapm.AccessRules
 
accessRules - Variable in class com.soebes.subversion.sapm.AccessRules
 
accessRules - Variable in class com.soebes.subversion.sapm.AuthorizationFile
 
accessRules - Variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
adaptor - Variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
add(User, AccessLevel) - Method in class com.soebes.subversion.sapm.AccessRule
Add the user to the access list with it's appropriate AccessLevel.
add(Group, AccessLevel) - Method in class com.soebes.subversion.sapm.AccessRule
Add the given group to the access list with it's appropriate AccessLevel.
add(Access) - Method in class com.soebes.subversion.sapm.AccessRule
Convenience method for usage in grammar.
add(AccessRule) - Method in class com.soebes.subversion.sapm.AccessRules
Add an AccessRule to the list of access rules.
add(Alias) - Method in class com.soebes.subversion.sapm.Aliases
Add an alias to the list of aliases.
add(IPrincipal) - Method in class com.soebes.subversion.sapm.Group
Add a new user or group to this group.
add(Group) - Method in class com.soebes.subversion.sapm.Groups
Add a single group to the list of groups.
add(User) - Method in class com.soebes.subversion.sapm.Users
Add a single user to the list of users.
addNegative(User, AccessLevel) - Method in class com.soebes.subversion.sapm.AccessRule
Add the user to the access list with it's appropriate AccessLevel but this rule means not this user (~user)
addNegative(Group, AccessLevel) - Method in class com.soebes.subversion.sapm.AccessRule
Add the given group to the access list with it's appropriate AccessLevel.
Alias - Class in com.soebes.subversion.sapm
This represents an alias.
Alias() - Constructor for class com.soebes.subversion.sapm.Alias
 
Alias(String, String) - Constructor for class com.soebes.subversion.sapm.Alias
 
alias() - Method in class com.soebes.subversion.sapm.parser.SAFPParser
 
Aliases - Class in com.soebes.subversion.sapm
This is a convenience class for the parser.
Aliases() - Constructor for class com.soebes.subversion.sapm.Aliases
 
aliases - Variable in class com.soebes.subversion.sapm.AuthorizationFile
 
ALIASES - Static variable in class com.soebes.subversion.sapm.parser.SAFPLexer
 
ALIASES - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
aliases - Variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
aliases() - Method in class com.soebes.subversion.sapm.parser.SAFPParser
 
aliasesList - Variable in class com.soebes.subversion.sapm.Aliases
 
aliaspermission() - Method in class com.soebes.subversion.sapm.parser.SAFPParser
 
aliasreference() - Method in class com.soebes.subversion.sapm.parser.SAFPParser
 
ANTLRNoCaseStringStream - Class in com.soebes.subversion.sapm
 
ANTLRNoCaseStringStream(String) - Constructor for class com.soebes.subversion.sapm.ANTLRNoCaseStringStream
 
ANTLRNoCaseStringStream(char[], int) - Constructor for class com.soebes.subversion.sapm.ANTLRNoCaseStringStream
 
AuthorizationFile - Class in com.soebes.subversion.sapm
This class is intended for the user to use it for reading of the authentication file.
AuthorizationFile() - Constructor for class com.soebes.subversion.sapm.AuthorizationFile
 
AuthorizationFileException - Exception in com.soebes.subversion.sapm
Our own Exception for errors during read of configuration file.
AuthorizationFileException(String) - Constructor for exception com.soebes.subversion.sapm.AuthorizationFileException
 
AuthorizationFileException(String, Throwable) - Constructor for exception com.soebes.subversion.sapm.AuthorizationFileException
Usually used in combination with message which cause by an other Exception.

B

baseName - Variable in class com.soebes.subversion.sapm.FileName
 

C

CHARACTERS - Static variable in class com.soebes.subversion.sapm.parser.SAFPLexer
 
CHARACTERS - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
com.soebes.subversion.sapm - package com.soebes.subversion.sapm
 
com.soebes.subversion.sapm.parser - package com.soebes.subversion.sapm.parser
 
contains(String) - Method in class com.soebes.subversion.sapm.Alias
 
contains(User) - Method in class com.soebes.subversion.sapm.Group
Convenience method to check for a particular user in case you have the User instance instead of the user name as a string.
contains(String) - Method in class com.soebes.subversion.sapm.Group
 
contains(String) - Method in interface com.soebes.subversion.sapm.IPrincipal
Will check to see if the given name is contained in the group if the instance represents a Group or if the given name is the same if the instance represents a single User.
contains(String) - Method in class com.soebes.subversion.sapm.Path
This will check if the given path is part of the path which is represented by this instance.
contains(String) - Method in class com.soebes.subversion.sapm.User
 
contains(String) - Method in class com.soebes.subversion.sapm.UserAnonymous
 
contains(String) - Method in class com.soebes.subversion.sapm.UserAsterik
 
contains(String) - Method in class com.soebes.subversion.sapm.UserAuthenticated
 
createInstance(String) - Static method in class com.soebes.subversion.sapm.UserFactory
The factory method to create the particular instances.

D

definition - Variable in class com.soebes.subversion.sapm.Alias
 
dfa6 - Variable in class com.soebes.subversion.sapm.parser.SAFPLexer
 
DFA6_accept - Static variable in class com.soebes.subversion.sapm.parser.SAFPLexer
 
DFA6_acceptS - Static variable in class com.soebes.subversion.sapm.parser.SAFPLexer
 
DFA6_eof - Static variable in class com.soebes.subversion.sapm.parser.SAFPLexer
 
DFA6_eofS - Static variable in class com.soebes.subversion.sapm.parser.SAFPLexer
 
DFA6_eot - Static variable in class com.soebes.subversion.sapm.parser.SAFPLexer
 
DFA6_eotS - Static variable in class com.soebes.subversion.sapm.parser.SAFPLexer
 
DFA6_max - Static variable in class com.soebes.subversion.sapm.parser.SAFPLexer
 
DFA6_maxS - Static variable in class com.soebes.subversion.sapm.parser.SAFPLexer
 
DFA6_min - Static variable in class com.soebes.subversion.sapm.parser.SAFPLexer
 
DFA6_minS - Static variable in class com.soebes.subversion.sapm.parser.SAFPLexer
 
DFA6_special - Static variable in class com.soebes.subversion.sapm.parser.SAFPLexer
 
DFA6_specialS - Static variable in class com.soebes.subversion.sapm.parser.SAFPLexer
 
DFA6_transition - Static variable in class com.soebes.subversion.sapm.parser.SAFPLexer
 
DFA6_transitionS - Static variable in class com.soebes.subversion.sapm.parser.SAFPLexer
 

E

EOF - Static variable in class com.soebes.subversion.sapm.parser.SAFPLexer
 
EOF - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
EQUAL - Static variable in class com.soebes.subversion.sapm.parser.SAFPLexer
 
EQUAL - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
ext - Variable in class com.soebes.subversion.sapm.FileName
 

F

FileName - Class in com.soebes.subversion.sapm
This class will support you to extract the extension of a file, the path and the filename incl.
FileName(String, boolean) - Constructor for class com.soebes.subversion.sapm.FileName
 
FileName(String) - Constructor for class com.soebes.subversion.sapm.FileName
 
FOLLOW_13_in_sectionaliases399 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_13_in_sectiongroup378 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_13_in_sectionrepository424 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_14_in_sectionaliases403 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_14_in_sectiongroup382 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_14_in_sectionrepository430 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_15_in_repository464 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_16_in_aliaspermission689 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_16_in_grouppermission630 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_16_in_userpermission571 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_26_in_groupuserdefinition958 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_26_in_useraliasdefinition888 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_27_in_aliasreference1031 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_28_in_groupreference1056 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_alias_in_aliases296 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_ALIASES_in_sectionaliases401 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_aliases_in_statement107 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_aliaspermission_in_permissionrule526 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_aliasreference_in_aliaspermission667 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_aliasreference_in_aliaspermission691 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_aliasreference_in_groupuserreference988 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_EQUAL_in_aliases298 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_EQUAL_in_aliaspermission669 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_EQUAL_in_aliaspermission693 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_EQUAL_in_grouppermission610 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_EQUAL_in_grouppermission634 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_EQUAL_in_groups131 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_EQUAL_in_useralias911 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_EQUAL_in_userpermission551 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_EQUAL_in_userpermission575 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_group_in_groups129 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_grouppermission_in_permissionrule516 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_groupreference_in_grouppermission608 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_groupreference_in_grouppermission632 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_groupreference_in_groupuserreference998 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_GROUPS_in_sectiongroup380 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_groups_in_statement89 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_groupuserdefinition_in_groups133 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_groupuserreference_in_groupuserdefinition944 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_groupuserreference_in_groupuserdefinition962 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_ID_in_alias361 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_ID_in_aliasreference1033 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_ID_in_group344 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_ID_in_groupreference1058 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_ID_in_repository462 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_ID_in_useralias909 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_ID_in_useralias914 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_ID_in_userreference1081 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_NL_in_aliases272 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_NL_in_aliases302 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_NL_in_groups126 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_NL_in_groups153 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_NL_in_permission_nothing868 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_NL_in_repos180 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_NL_in_repos196 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_NL_in_repos239 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_PATH_in_repositorypath485 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_permission_in_aliaspermission671 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_permission_in_aliaspermission695 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_permission_in_grouppermission612 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_permission_in_grouppermission636 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_permission_in_userpermission553 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_permission_in_userpermission577 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_permission_nothing_in_permission776 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_permission_read_in_permission756 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_permission_read_write_in_permission766 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_permissionrule_in_repos192 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_permissionrule_in_repos223 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_repos_in_statement97 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_repository_in_sectionrepository426 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_repositorypath_in_sectionrepository428 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_sectionaliases_in_aliases270 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_sectiongroup_in_groups124 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_sectionrepository_in_repos178 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_set_in_permission_read0 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_set_in_permission_read_write0 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_set_in_permission_write0 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_set_in_user722 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_statement_in_prog75 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_user_in_userpermission549 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_user_in_userpermission573 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_useralias_in_useraliasdefinition885 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_useralias_in_useraliasdefinition890 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_useraliasdefinition_in_aliases300 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_userpermission_in_permissionrule506 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
FOLLOW_userreference_in_groupuserreference1008 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 

G

getAccess(User, String, String) - Method in class com.soebes.subversion.sapm.AccessRule
Convenience method if you have a User object instead of user name as a string.
getAccess(String, String, String) - Method in class com.soebes.subversion.sapm.AccessRule
Get the AccessLevel for the user who want's to get access to the path inside the given repository.
getAccess(String, String, String) - Method in class com.soebes.subversion.sapm.AccessRules
 
getAccessForPrincipal(User) - Method in class com.soebes.subversion.sapm.AccessRule
 
getAccessForPrincipal(String) - Method in class com.soebes.subversion.sapm.AccessRule
Will get the AccessLevel for the given user.
getAccessList() - Method in class com.soebes.subversion.sapm.AccessRule
 
getAccessRules() - Method in class com.soebes.subversion.sapm.AccessRules
Get the complete list of access rules.
getAccessRules() - Method in class com.soebes.subversion.sapm.AuthorizationFile
 
getAccessRules() - Method in class com.soebes.subversion.sapm.parser.SAFPParser
 
getAlias(String) - Method in class com.soebes.subversion.sapm.Aliases
Get the Alias instance for the given alias name.
getAliases() - Method in class com.soebes.subversion.sapm.AuthorizationFile
 
getAliases() - Method in class com.soebes.subversion.sapm.parser.SAFPParser
 
getAliasesList() - Method in class com.soebes.subversion.sapm.Aliases
 
getBaseName() - Method in class com.soebes.subversion.sapm.FileName
 
getDefinition() - Method in class com.soebes.subversion.sapm.Alias
 
getDescription() - Method in class com.soebes.subversion.sapm.parser.SAFPLexer.DFA6
 
getExt() - Method in class com.soebes.subversion.sapm.FileName
 
getGrammarFileName() - Method in class com.soebes.subversion.sapm.parser.SAFPLexer
 
getGrammarFileName() - Method in class com.soebes.subversion.sapm.parser.SAFPParser
 
getGroup(Group) - Method in class com.soebes.subversion.sapm.Groups
 
getGroup(String) - Method in class com.soebes.subversion.sapm.Groups
Get the Group instance from the list by name.
getGroups() - Method in class com.soebes.subversion.sapm.AuthorizationFile
 
getGroups() - Method in class com.soebes.subversion.sapm.parser.SAFPParser
 
getGroupsList() - Method in class com.soebes.subversion.sapm.Groups
Get the list of all groups
getLevel() - Method in class com.soebes.subversion.sapm.Access
 
getName() - Method in class com.soebes.subversion.sapm.Alias
 
getName() - Method in class com.soebes.subversion.sapm.FileName
 
getName() - Method in class com.soebes.subversion.sapm.Group
 
getName() - Method in interface com.soebes.subversion.sapm.IPrincipal
 
getName() - Method in class com.soebes.subversion.sapm.User
 
getNameWithoutExtension() - Method in class com.soebes.subversion.sapm.FileName
 
getPath() - Method in class com.soebes.subversion.sapm.FileName
 
getPath() - Method in class com.soebes.subversion.sapm.Path
 
getPrincipal() - Method in class com.soebes.subversion.sapm.Access
 
getPrincipalList() - Method in class com.soebes.subversion.sapm.Group
Get the whole list of users/groups.
getRepositoryName() - Method in class com.soebes.subversion.sapm.AccessRule
 
getRepositoryPath() - Method in class com.soebes.subversion.sapm.AccessRule
 
getTokenNames() - Method in class com.soebes.subversion.sapm.parser.SAFPParser
 
getTree() - Method in class com.soebes.subversion.sapm.parser.SAFPParser.alias_return
 
getTree() - Method in class com.soebes.subversion.sapm.parser.SAFPParser.aliases_return
 
getTree() - Method in class com.soebes.subversion.sapm.parser.SAFPParser.aliaspermission_return
 
getTree() - Method in class com.soebes.subversion.sapm.parser.SAFPParser.aliasreference_return
 
getTree() - Method in class com.soebes.subversion.sapm.parser.SAFPParser.group_return
 
getTree() - Method in class com.soebes.subversion.sapm.parser.SAFPParser.grouppermission_return
 
getTree() - Method in class com.soebes.subversion.sapm.parser.SAFPParser.groupreference_return
 
getTree() - Method in class com.soebes.subversion.sapm.parser.SAFPParser.groups_return
 
getTree() - Method in class com.soebes.subversion.sapm.parser.SAFPParser.groupuserdefinition_return
 
getTree() - Method in class com.soebes.subversion.sapm.parser.SAFPParser.groupuserreference_return
 
getTree() - Method in class com.soebes.subversion.sapm.parser.SAFPParser.permission_nothing_return
 
getTree() - Method in class com.soebes.subversion.sapm.parser.SAFPParser.permission_read_return
 
getTree() - Method in class com.soebes.subversion.sapm.parser.SAFPParser.permission_read_write_return
 
getTree() - Method in class com.soebes.subversion.sapm.parser.SAFPParser.permission_return
 
getTree() - Method in class com.soebes.subversion.sapm.parser.SAFPParser.permission_write_return
 
getTree() - Method in class com.soebes.subversion.sapm.parser.SAFPParser.permissionrule_return
 
getTree() - Method in class com.soebes.subversion.sapm.parser.SAFPParser.prog_return
 
getTree() - Method in class com.soebes.subversion.sapm.parser.SAFPParser.repos_return
 
getTree() - Method in class com.soebes.subversion.sapm.parser.SAFPParser.repository_return
 
getTree() - Method in class com.soebes.subversion.sapm.parser.SAFPParser.repositorypath_return
 
getTree() - Method in class com.soebes.subversion.sapm.parser.SAFPParser.sectionaliases_return
 
getTree() - Method in class com.soebes.subversion.sapm.parser.SAFPParser.sectiongroup_return
 
getTree() - Method in class com.soebes.subversion.sapm.parser.SAFPParser.sectionrepository_return
 
getTree() - Method in class com.soebes.subversion.sapm.parser.SAFPParser.statement_return
 
getTree() - Method in class com.soebes.subversion.sapm.parser.SAFPParser.user_return
 
getTree() - Method in class com.soebes.subversion.sapm.parser.SAFPParser.useralias_return
 
getTree() - Method in class com.soebes.subversion.sapm.parser.SAFPParser.useraliasdefinition_return
 
getTree() - Method in class com.soebes.subversion.sapm.parser.SAFPParser.userpermission_return
 
getTree() - Method in class com.soebes.subversion.sapm.parser.SAFPParser.userreference_return
 
getTreeAdaptor() - Method in class com.soebes.subversion.sapm.parser.SAFPParser
 
getUser(String) - Method in class com.soebes.subversion.sapm.Users
Get the particular User instance if the user can be found.
getUsers() - Method in class com.soebes.subversion.sapm.parser.SAFPParser
 
getUsersList() - Method in class com.soebes.subversion.sapm.Users
 
Group - Class in com.soebes.subversion.sapm
A group which represents a number of individual users or groups.
Group() - Constructor for class com.soebes.subversion.sapm.Group
 
Group(String) - Constructor for class com.soebes.subversion.sapm.Group
 
group() - Method in class com.soebes.subversion.sapm.parser.SAFPParser
 
grouppermission() - Method in class com.soebes.subversion.sapm.parser.SAFPParser
 
groupreference() - Method in class com.soebes.subversion.sapm.parser.SAFPParser
 
groups - Variable in class com.soebes.subversion.sapm.AuthorizationFile
 
Groups - Class in com.soebes.subversion.sapm
Convenience class for the grammar to handle a list of Groups.
Groups() - Constructor for class com.soebes.subversion.sapm.Groups
 
GROUPS - Static variable in class com.soebes.subversion.sapm.parser.SAFPLexer
 
GROUPS - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
groups - Variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
groups() - Method in class com.soebes.subversion.sapm.parser.SAFPParser
 
groupsList - Variable in class com.soebes.subversion.sapm.Groups
 
groupuserdefinition() - Method in class com.soebes.subversion.sapm.parser.SAFPParser
 
groupuserreference() - Method in class com.soebes.subversion.sapm.parser.SAFPParser
 
gud - Variable in class com.soebes.subversion.sapm.parser.SAFPParser.groupuserdefinition_return
 

H

hasAlias(String) - Method in class com.soebes.subversion.sapm.Aliases
Check if the given alias exists in the list of aliases or not.
hasGroup(String) - Method in class com.soebes.subversion.sapm.Groups
Check if a group with the given groupName exists in the list or not.
hasUser(String) - Method in class com.soebes.subversion.sapm.Users
Check to see if a given user name is within the list of users.

I

ID - Static variable in class com.soebes.subversion.sapm.parser.SAFPLexer
 
ID - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
init(String, String) - Method in class com.soebes.subversion.sapm.AccessRule
 
init(String, boolean) - Method in class com.soebes.subversion.sapm.FileName
 
init() - Method in class com.soebes.subversion.sapm.Group
 
INTEGER_DIGITS - Static variable in class com.soebes.subversion.sapm.parser.SAFPLexer
 
INTEGER_DIGITS - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
IPrincipal - Interface in com.soebes.subversion.sapm
This represents either a User, a Group or an Alias.
isNegativeRule() - Method in class com.soebes.subversion.sapm.Access
 

L

LA(int) - Method in class com.soebes.subversion.sapm.ANTLRNoCaseStringStream
 
level - Variable in class com.soebes.subversion.sapm.Access
 
load(File) - Method in class com.soebes.subversion.sapm.AuthorizationFile
Load the authorization file.

M

mALIASES() - Method in class com.soebes.subversion.sapm.parser.SAFPLexer
 
mCHARACTERS() - Method in class com.soebes.subversion.sapm.parser.SAFPLexer
 
mEQUAL() - Method in class com.soebes.subversion.sapm.parser.SAFPLexer
 
mGROUPS() - Method in class com.soebes.subversion.sapm.parser.SAFPLexer
 
mID() - Method in class com.soebes.subversion.sapm.parser.SAFPLexer
 
mINTEGER_DIGITS() - Method in class com.soebes.subversion.sapm.parser.SAFPLexer
 
mNL() - Method in class com.soebes.subversion.sapm.parser.SAFPLexer
 
mPATH() - Method in class com.soebes.subversion.sapm.parser.SAFPLexer
 
mT__13() - Method in class com.soebes.subversion.sapm.parser.SAFPLexer
 
mT__14() - Method in class com.soebes.subversion.sapm.parser.SAFPLexer
 
mT__15() - Method in class com.soebes.subversion.sapm.parser.SAFPLexer
 
mT__16() - Method in class com.soebes.subversion.sapm.parser.SAFPLexer
 
mT__17() - Method in class com.soebes.subversion.sapm.parser.SAFPLexer
 
mT__18() - Method in class com.soebes.subversion.sapm.parser.SAFPLexer
 
mT__19() - Method in class com.soebes.subversion.sapm.parser.SAFPLexer
 
mT__20() - Method in class com.soebes.subversion.sapm.parser.SAFPLexer
 
mT__21() - Method in class com.soebes.subversion.sapm.parser.SAFPLexer
 
mT__22() - Method in class com.soebes.subversion.sapm.parser.SAFPLexer
 
mT__23() - Method in class com.soebes.subversion.sapm.parser.SAFPLexer
 
mT__24() - Method in class com.soebes.subversion.sapm.parser.SAFPLexer
 
mT__25() - Method in class com.soebes.subversion.sapm.parser.SAFPLexer
 
mT__26() - Method in class com.soebes.subversion.sapm.parser.SAFPLexer
 
mT__27() - Method in class com.soebes.subversion.sapm.parser.SAFPLexer
 
mT__28() - Method in class com.soebes.subversion.sapm.parser.SAFPLexer
 
mTokens() - Method in class com.soebes.subversion.sapm.parser.SAFPLexer
 
mWS() - Method in class com.soebes.subversion.sapm.parser.SAFPLexer
 

N

name - Variable in class com.soebes.subversion.sapm.Alias
 
name - Variable in class com.soebes.subversion.sapm.FileName
 
name - Variable in class com.soebes.subversion.sapm.Group
The name of the group.
name - Variable in class com.soebes.subversion.sapm.User
 
nameWithoutExtension - Variable in class com.soebes.subversion.sapm.FileName
 
negativeRule - Variable in class com.soebes.subversion.sapm.Access
 
NL - Static variable in class com.soebes.subversion.sapm.parser.SAFPLexer
 
NL - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 

P

path - Variable in class com.soebes.subversion.sapm.FileName
 
PATH - Static variable in class com.soebes.subversion.sapm.parser.SAFPLexer
 
PATH - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
Path - Class in com.soebes.subversion.sapm
This class represents a path in the meaning of a folder.
Path(String) - Constructor for class com.soebes.subversion.sapm.Path
 
Path() - Constructor for class com.soebes.subversion.sapm.Path
 
path - Variable in class com.soebes.subversion.sapm.Path
 
perm - Variable in class com.soebes.subversion.sapm.parser.SAFPParser.permission_return
 
permission() - Method in class com.soebes.subversion.sapm.parser.SAFPParser
 
permission_nothing() - Method in class com.soebes.subversion.sapm.parser.SAFPParser
 
permission_read() - Method in class com.soebes.subversion.sapm.parser.SAFPParser
 
permission_read_write() - Method in class com.soebes.subversion.sapm.parser.SAFPParser
 
permission_write() - Method in class com.soebes.subversion.sapm.parser.SAFPParser
 
permissionrule() - Method in class com.soebes.subversion.sapm.parser.SAFPParser
 
principal - Variable in class com.soebes.subversion.sapm.Access
 
principal - Variable in class com.soebes.subversion.sapm.parser.SAFPParser.groupuserreference_return
 
principalList - Variable in class com.soebes.subversion.sapm.Group
 
prog() - Method in class com.soebes.subversion.sapm.parser.SAFPParser
 

R

refId - Variable in class com.soebes.subversion.sapm.parser.SAFPParser.aliasreference_return
 
refId - Variable in class com.soebes.subversion.sapm.parser.SAFPParser.groupreference_return
 
refId - Variable in class com.soebes.subversion.sapm.parser.SAFPParser.userreference_return
 
repos() - Method in class com.soebes.subversion.sapm.parser.SAFPParser
 
repository() - Method in class com.soebes.subversion.sapm.parser.SAFPParser
 
repositoryId - Variable in class com.soebes.subversion.sapm.parser.SAFPParser.repository_return
 
repositoryName - Variable in class com.soebes.subversion.sapm.AccessRule
The name of the repository which this AccessRule represents.
repositoryPath - Variable in class com.soebes.subversion.sapm.AccessRule
The path inside the repository which is represented by this AccessRule.
repositorypath() - Method in class com.soebes.subversion.sapm.parser.SAFPParser
 

S

SAFPLexer - Class in com.soebes.subversion.sapm.parser
 
SAFPLexer() - Constructor for class com.soebes.subversion.sapm.parser.SAFPLexer
 
SAFPLexer(CharStream) - Constructor for class com.soebes.subversion.sapm.parser.SAFPLexer
 
SAFPLexer(CharStream, RecognizerSharedState) - Constructor for class com.soebes.subversion.sapm.parser.SAFPLexer
 
SAFPLexer.DFA6 - Class in com.soebes.subversion.sapm.parser
 
SAFPLexer.DFA6(BaseRecognizer) - Constructor for class com.soebes.subversion.sapm.parser.SAFPLexer.DFA6
 
SAFPParser - Class in com.soebes.subversion.sapm.parser
 
SAFPParser(TokenStream) - Constructor for class com.soebes.subversion.sapm.parser.SAFPParser
 
SAFPParser(TokenStream, RecognizerSharedState) - Constructor for class com.soebes.subversion.sapm.parser.SAFPParser
 
SAFPParser.alias_return - Class in com.soebes.subversion.sapm.parser
 
SAFPParser.alias_return() - Constructor for class com.soebes.subversion.sapm.parser.SAFPParser.alias_return
 
SAFPParser.aliases_return - Class in com.soebes.subversion.sapm.parser
 
SAFPParser.aliases_return() - Constructor for class com.soebes.subversion.sapm.parser.SAFPParser.aliases_return
 
SAFPParser.aliaspermission_return - Class in com.soebes.subversion.sapm.parser
 
SAFPParser.aliaspermission_return() - Constructor for class com.soebes.subversion.sapm.parser.SAFPParser.aliaspermission_return
 
SAFPParser.aliasreference_return - Class in com.soebes.subversion.sapm.parser
 
SAFPParser.aliasreference_return() - Constructor for class com.soebes.subversion.sapm.parser.SAFPParser.aliasreference_return
 
SAFPParser.group_return - Class in com.soebes.subversion.sapm.parser
 
SAFPParser.group_return() - Constructor for class com.soebes.subversion.sapm.parser.SAFPParser.group_return
 
SAFPParser.grouppermission_return - Class in com.soebes.subversion.sapm.parser
 
SAFPParser.grouppermission_return() - Constructor for class com.soebes.subversion.sapm.parser.SAFPParser.grouppermission_return
 
SAFPParser.groupreference_return - Class in com.soebes.subversion.sapm.parser
 
SAFPParser.groupreference_return() - Constructor for class com.soebes.subversion.sapm.parser.SAFPParser.groupreference_return
 
SAFPParser.groups_return - Class in com.soebes.subversion.sapm.parser
 
SAFPParser.groups_return() - Constructor for class com.soebes.subversion.sapm.parser.SAFPParser.groups_return
 
SAFPParser.groupuserdefinition_return - Class in com.soebes.subversion.sapm.parser
 
SAFPParser.groupuserdefinition_return() - Constructor for class com.soebes.subversion.sapm.parser.SAFPParser.groupuserdefinition_return
 
SAFPParser.groupuserreference_return - Class in com.soebes.subversion.sapm.parser
 
SAFPParser.groupuserreference_return() - Constructor for class com.soebes.subversion.sapm.parser.SAFPParser.groupuserreference_return
 
SAFPParser.permission_nothing_return - Class in com.soebes.subversion.sapm.parser
 
SAFPParser.permission_nothing_return() - Constructor for class com.soebes.subversion.sapm.parser.SAFPParser.permission_nothing_return
 
SAFPParser.permission_read_return - Class in com.soebes.subversion.sapm.parser
 
SAFPParser.permission_read_return() - Constructor for class com.soebes.subversion.sapm.parser.SAFPParser.permission_read_return
 
SAFPParser.permission_read_write_return - Class in com.soebes.subversion.sapm.parser
 
SAFPParser.permission_read_write_return() - Constructor for class com.soebes.subversion.sapm.parser.SAFPParser.permission_read_write_return
 
SAFPParser.permission_return - Class in com.soebes.subversion.sapm.parser
 
SAFPParser.permission_return() - Constructor for class com.soebes.subversion.sapm.parser.SAFPParser.permission_return
 
SAFPParser.permission_write_return - Class in com.soebes.subversion.sapm.parser
 
SAFPParser.permission_write_return() - Constructor for class com.soebes.subversion.sapm.parser.SAFPParser.permission_write_return
 
SAFPParser.permissionrule_return - Class in com.soebes.subversion.sapm.parser
 
SAFPParser.permissionrule_return() - Constructor for class com.soebes.subversion.sapm.parser.SAFPParser.permissionrule_return
 
SAFPParser.prog_return - Class in com.soebes.subversion.sapm.parser
 
SAFPParser.prog_return() - Constructor for class com.soebes.subversion.sapm.parser.SAFPParser.prog_return
 
SAFPParser.repos_return - Class in com.soebes.subversion.sapm.parser
 
SAFPParser.repos_return() - Constructor for class com.soebes.subversion.sapm.parser.SAFPParser.repos_return
 
SAFPParser.repository_return - Class in com.soebes.subversion.sapm.parser
 
SAFPParser.repository_return() - Constructor for class com.soebes.subversion.sapm.parser.SAFPParser.repository_return
 
SAFPParser.repositorypath_return - Class in com.soebes.subversion.sapm.parser
 
SAFPParser.repositorypath_return() - Constructor for class com.soebes.subversion.sapm.parser.SAFPParser.repositorypath_return
 
SAFPParser.sectionaliases_return - Class in com.soebes.subversion.sapm.parser
 
SAFPParser.sectionaliases_return() - Constructor for class com.soebes.subversion.sapm.parser.SAFPParser.sectionaliases_return
 
SAFPParser.sectiongroup_return - Class in com.soebes.subversion.sapm.parser
 
SAFPParser.sectiongroup_return() - Constructor for class com.soebes.subversion.sapm.parser.SAFPParser.sectiongroup_return
 
SAFPParser.sectionrepository_return - Class in com.soebes.subversion.sapm.parser
 
SAFPParser.sectionrepository_return() - Constructor for class com.soebes.subversion.sapm.parser.SAFPParser.sectionrepository_return
 
SAFPParser.statement_return - Class in com.soebes.subversion.sapm.parser
 
SAFPParser.statement_return() - Constructor for class com.soebes.subversion.sapm.parser.SAFPParser.statement_return
 
SAFPParser.user_return - Class in com.soebes.subversion.sapm.parser
 
SAFPParser.user_return() - Constructor for class com.soebes.subversion.sapm.parser.SAFPParser.user_return
 
SAFPParser.useralias_return - Class in com.soebes.subversion.sapm.parser
 
SAFPParser.useralias_return() - Constructor for class com.soebes.subversion.sapm.parser.SAFPParser.useralias_return
 
SAFPParser.useraliasdefinition_return - Class in com.soebes.subversion.sapm.parser
 
SAFPParser.useraliasdefinition_return() - Constructor for class com.soebes.subversion.sapm.parser.SAFPParser.useraliasdefinition_return
 
SAFPParser.userpermission_return - Class in com.soebes.subversion.sapm.parser
 
SAFPParser.userpermission_return() - Constructor for class com.soebes.subversion.sapm.parser.SAFPParser.userpermission_return
 
SAFPParser.userreference_return - Class in com.soebes.subversion.sapm.parser
 
SAFPParser.userreference_return() - Constructor for class com.soebes.subversion.sapm.parser.SAFPParser.userreference_return
 
sectionaliases() - Method in class com.soebes.subversion.sapm.parser.SAFPParser
 
sectiongroup() - Method in class com.soebes.subversion.sapm.parser.SAFPParser
 
sectionrepository() - Method in class com.soebes.subversion.sapm.parser.SAFPParser
 
serialVersionUID - Static variable in exception com.soebes.subversion.sapm.AuthorizationFileException
 
setAccessList(ArrayList<Access>) - Method in class com.soebes.subversion.sapm.AccessRule
 
setAccessRules(ArrayList<AccessRule>) - Method in class com.soebes.subversion.sapm.AccessRules
 
setAccessRules(AccessRules) - Method in class com.soebes.subversion.sapm.AuthorizationFile
 
setAliases(Aliases) - Method in class com.soebes.subversion.sapm.AuthorizationFile
 
setAliasesList(ArrayList<Alias>) - Method in class com.soebes.subversion.sapm.Aliases
 
setBaseName(String) - Method in class com.soebes.subversion.sapm.FileName
 
setDefinition(String) - Method in class com.soebes.subversion.sapm.Alias
 
setExt(String) - Method in class com.soebes.subversion.sapm.FileName
 
setGroups(Groups) - Method in class com.soebes.subversion.sapm.AuthorizationFile
 
setGroupsList(ArrayList<Group>) - Method in class com.soebes.subversion.sapm.Groups
 
setLevel(AccessLevel) - Method in class com.soebes.subversion.sapm.Access
 
setName(String) - Method in class com.soebes.subversion.sapm.Alias
 
setName(String) - Method in class com.soebes.subversion.sapm.FileName
 
setName(String) - Method in class com.soebes.subversion.sapm.Group
 
setName(String) - Method in interface com.soebes.subversion.sapm.IPrincipal
 
setName(String) - Method in class com.soebes.subversion.sapm.User
 
setNameWithoutExtension(String) - Method in class com.soebes.subversion.sapm.FileName
 
setNegativeRule(boolean) - Method in class com.soebes.subversion.sapm.Access
 
setPath(String) - Method in class com.soebes.subversion.sapm.FileName
 
setPath(String) - Method in class com.soebes.subversion.sapm.Path
 
setPrincipal(IPrincipal) - Method in class com.soebes.subversion.sapm.Access
 
setPrincipalList(ArrayList<IPrincipal>) - Method in class com.soebes.subversion.sapm.Group
 
setRepositoryName(String) - Method in class com.soebes.subversion.sapm.AccessRule
 
setRepositoryPath(String) - Method in class com.soebes.subversion.sapm.AccessRule
 
setTreeAdaptor(TreeAdaptor) - Method in class com.soebes.subversion.sapm.parser.SAFPParser
 
setUsersList(ArrayList<User>) - Method in class com.soebes.subversion.sapm.Users
 
statement() - Method in class com.soebes.subversion.sapm.parser.SAFPParser
 

T

T__13 - Static variable in class com.soebes.subversion.sapm.parser.SAFPLexer
 
T__13 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
T__14 - Static variable in class com.soebes.subversion.sapm.parser.SAFPLexer
 
T__14 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
T__15 - Static variable in class com.soebes.subversion.sapm.parser.SAFPLexer
 
T__15 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
T__16 - Static variable in class com.soebes.subversion.sapm.parser.SAFPLexer
 
T__16 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
T__17 - Static variable in class com.soebes.subversion.sapm.parser.SAFPLexer
 
T__17 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
T__18 - Static variable in class com.soebes.subversion.sapm.parser.SAFPLexer
 
T__18 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
T__19 - Static variable in class com.soebes.subversion.sapm.parser.SAFPLexer
 
T__19 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
T__20 - Static variable in class com.soebes.subversion.sapm.parser.SAFPLexer
 
T__20 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
T__21 - Static variable in class com.soebes.subversion.sapm.parser.SAFPLexer
 
T__21 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
T__22 - Static variable in class com.soebes.subversion.sapm.parser.SAFPLexer
 
T__22 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
T__23 - Static variable in class com.soebes.subversion.sapm.parser.SAFPLexer
 
T__23 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
T__24 - Static variable in class com.soebes.subversion.sapm.parser.SAFPLexer
 
T__24 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
T__25 - Static variable in class com.soebes.subversion.sapm.parser.SAFPLexer
 
T__25 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
T__26 - Static variable in class com.soebes.subversion.sapm.parser.SAFPLexer
 
T__26 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
T__27 - Static variable in class com.soebes.subversion.sapm.parser.SAFPLexer
 
T__27 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
T__28 - Static variable in class com.soebes.subversion.sapm.parser.SAFPLexer
 
T__28 - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
tokenNames - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
toString() - Method in class com.soebes.subversion.sapm.AccessRule
 
toString() - Method in class com.soebes.subversion.sapm.Alias
 
toString() - Method in class com.soebes.subversion.sapm.Group
 
toString() - Method in class com.soebes.subversion.sapm.User
 
tree - Variable in class com.soebes.subversion.sapm.parser.SAFPParser.alias_return
 
tree - Variable in class com.soebes.subversion.sapm.parser.SAFPParser.aliases_return
 
tree - Variable in class com.soebes.subversion.sapm.parser.SAFPParser.aliaspermission_return
 
tree - Variable in class com.soebes.subversion.sapm.parser.SAFPParser.aliasreference_return
 
tree - Variable in class com.soebes.subversion.sapm.parser.SAFPParser.group_return
 
tree - Variable in class com.soebes.subversion.sapm.parser.SAFPParser.grouppermission_return
 
tree - Variable in class com.soebes.subversion.sapm.parser.SAFPParser.groupreference_return
 
tree - Variable in class com.soebes.subversion.sapm.parser.SAFPParser.groups_return
 
tree - Variable in class com.soebes.subversion.sapm.parser.SAFPParser.groupuserdefinition_return
 
tree - Variable in class com.soebes.subversion.sapm.parser.SAFPParser.groupuserreference_return
 
tree - Variable in class com.soebes.subversion.sapm.parser.SAFPParser.permission_nothing_return
 
tree - Variable in class com.soebes.subversion.sapm.parser.SAFPParser.permission_read_return
 
tree - Variable in class com.soebes.subversion.sapm.parser.SAFPParser.permission_read_write_return
 
tree - Variable in class com.soebes.subversion.sapm.parser.SAFPParser.permission_return
 
tree - Variable in class com.soebes.subversion.sapm.parser.SAFPParser.permission_write_return
 
tree - Variable in class com.soebes.subversion.sapm.parser.SAFPParser.permissionrule_return
 
tree - Variable in class com.soebes.subversion.sapm.parser.SAFPParser.prog_return
 
tree - Variable in class com.soebes.subversion.sapm.parser.SAFPParser.repos_return
 
tree - Variable in class com.soebes.subversion.sapm.parser.SAFPParser.repository_return
 
tree - Variable in class com.soebes.subversion.sapm.parser.SAFPParser.repositorypath_return
 
tree - Variable in class com.soebes.subversion.sapm.parser.SAFPParser.sectionaliases_return
 
tree - Variable in class com.soebes.subversion.sapm.parser.SAFPParser.sectiongroup_return
 
tree - Variable in class com.soebes.subversion.sapm.parser.SAFPParser.sectionrepository_return
 
tree - Variable in class com.soebes.subversion.sapm.parser.SAFPParser.statement_return
 
tree - Variable in class com.soebes.subversion.sapm.parser.SAFPParser.user_return
 
tree - Variable in class com.soebes.subversion.sapm.parser.SAFPParser.useralias_return
 
tree - Variable in class com.soebes.subversion.sapm.parser.SAFPParser.useraliasdefinition_return
 
tree - Variable in class com.soebes.subversion.sapm.parser.SAFPParser.userpermission_return
 
tree - Variable in class com.soebes.subversion.sapm.parser.SAFPParser.userreference_return
 

U

user() - Method in class com.soebes.subversion.sapm.parser.SAFPParser
 
User - Class in com.soebes.subversion.sapm
This class represents a single user which has a name.
User(String) - Constructor for class com.soebes.subversion.sapm.User
 
useralias() - Method in class com.soebes.subversion.sapm.parser.SAFPParser
 
useraliasdefinition() - Method in class com.soebes.subversion.sapm.parser.SAFPParser
 
UserAnonymous - Class in com.soebes.subversion.sapm
This user is the user who represents anonymous.
UserAnonymous() - Constructor for class com.soebes.subversion.sapm.UserAnonymous
 
UserAsterik - Class in com.soebes.subversion.sapm
This user is the user who represents anybody.
UserAsterik() - Constructor for class com.soebes.subversion.sapm.UserAsterik
 
UserAuthenticated - Class in com.soebes.subversion.sapm
This user is the user who represents an authenticated user.
UserAuthenticated() - Constructor for class com.soebes.subversion.sapm.UserAuthenticated
 
UserFactory - Class in com.soebes.subversion.sapm
Factory to create User instances.
UserFactory() - Constructor for class com.soebes.subversion.sapm.UserFactory
 
userpermission() - Method in class com.soebes.subversion.sapm.parser.SAFPParser
 
userreference() - Method in class com.soebes.subversion.sapm.parser.SAFPParser
 
users - Variable in class com.soebes.subversion.sapm.parser.SAFPParser
 
Users - Class in com.soebes.subversion.sapm
Convenience class for the grammar to handle a list of Users.
Users() - Constructor for class com.soebes.subversion.sapm.Users
 
usersList - Variable in class com.soebes.subversion.sapm.Users
 

V

valueOf(String) - Static method in enum com.soebes.subversion.sapm.AccessLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.soebes.subversion.sapm.AccessLevel
Returns an array containing the constants of this enum type, in the order they are declared.

W

WS - Static variable in class com.soebes.subversion.sapm.parser.SAFPLexer
 
WS - Static variable in class com.soebes.subversion.sapm.parser.SAFPParser
 

A B C D E F G H I L M N P R S T U V W

Copyright © 2010-2011 SoftwareEntwicklung Beratung Schulung. All Rights Reserved.