Interface AdminToolsConfiguration
-
@Role public interface AdminToolsConfigurationAdmin Tools configurations.- Version:
- $Id$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>getExcludedLines()Get the lines that are to be excluded from xwiki.cfg and xwiki.properties files.StringgetServerPath()Get the server installation path.intgetSpamSize()Get the number of comments that are used for a page to be considered spam.StringgetXWikiInstallLocation()Get the XWiki install path.
-
-
-
Method Detail
-
getServerPath
String getServerPath()
Get the server installation path.- Returns:
Stringrepresenting the server installation path.
-
getExcludedLines
List<String> getExcludedLines()
Get the lines that are to be excluded from xwiki.cfg and xwiki.properties files.- Returns:
Listwith the lines to be excluded.
-
getSpamSize
int getSpamSize()
Get the number of comments that are used for a page to be considered spam.- Returns:
Integerrepresenting the spam size.
-
-