Interface AdminToolsConfiguration
@Role
public interface AdminToolsConfiguration
Admin Tools configurations.
- Version:
- $Id$
-
Method Summary
Modifier and TypeMethodDescriptionGet the lines that are to be excluded from xwiki.cfg and xwiki.properties files.Get the server installation path.intGet the number of comments that are used for a page to be considered spam.Get the XWiki install path.
-
Method Details
-
getServerPath
String getServerPath()Get the server installation path.- Returns:
Stringrepresenting the server installation path.
-
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.
-
getXWikiInstallLocation
String getXWikiInstallLocation()Get the XWiki install path.- Returns:
Stringrepresenting the XWiki install path.- Since:
- 1.2.1
-