public class FileManager.Groups.get
extends java.lang.Object
| Constructor and Description |
|---|
get() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
ChatColor(java.lang.String group) |
boolean |
Default(java.lang.String group)
Get the default setting
|
java.util.List<java.lang.String> |
GroupPermissions(java.lang.String group)
Get all Permission of the group
|
java.util.List<java.lang.String> |
Inheritance(java.lang.String group)
Get a list of the inheritance of the group
|
java.lang.String |
Prefix(java.lang.String group)
Get the prefix of the group
|
int |
Rank(java.lang.String group)
Get the rank of this group
|
java.lang.String |
Servergroup(java.lang.String group)
Get the servergroup
|
java.lang.String |
Sufix(java.lang.String group)
Get the sufix of the group
|
public java.lang.String Prefix(java.lang.String group)
throws GroupNotFoundException
group - The groupGroupNotFoundException - - Throws, if the group was not
foundpublic java.lang.String Sufix(java.lang.String group)
throws GroupNotFoundException
group - The groupGroupNotFoundException - - Throws, if the group was not
foundpublic java.lang.String ChatColor(java.lang.String group)
throws GroupNotFoundException
GroupNotFoundExceptionpublic java.lang.String Servergroup(java.lang.String group)
throws GroupNotFoundException
group - The GroupGroupNotFoundException - Throws, if the group was not fundpublic java.util.List<java.lang.String> GroupPermissions(java.lang.String group)
throws GroupNotFoundException
group - The groupGroupNotFoundException - - Throws, if the group was not
foundpublic int Rank(java.lang.String group)
throws GroupNotFoundException
group - The groupGroupNotFoundException - - Throws, if the group was not
foundpublic boolean Default(java.lang.String group)
throws GroupNotFoundException
group - The groupGroupNotFoundException - - Throws, if the group was not
foundpublic java.util.List<java.lang.String> Inheritance(java.lang.String group)
throws GroupNotFoundException
group - The groupGroupNotFoundException - - Throws, if the group was not
found