Package org.silverpeas.core.util
Class ResourcesRootDirectoriesLocator
- java.lang.Object
-
- org.silverpeas.core.util.ResourcesRootDirectoriesLocator
-
- All Implemented Interfaces:
org.silverpeas.kernel.SilverpeasResourcesLocation
public class ResourcesRootDirectoriesLocator extends Object implements org.silverpeas.kernel.SilverpeasResourcesLocation
Locator of the root directories of each resources type used by Silverpeas. These resources are the loggers configuration files, the L10n bundles and the Silverpeas properties files.- Author:
- mmoquillon
-
-
Constructor Summary
Constructors Constructor Description ResourcesRootDirectoriesLocator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Path
getConfigurationFilesRootPath()
Path
getL10nBundlesRootPath()
Path
getLoggersRootPath()
-
-
-
Method Detail
-
getLoggersRootPath
public Path getLoggersRootPath()
- Specified by:
getLoggersRootPath
in interfaceorg.silverpeas.kernel.SilverpeasResourcesLocation
-
getL10nBundlesRootPath
public Path getL10nBundlesRootPath()
- Specified by:
getL10nBundlesRootPath
in interfaceorg.silverpeas.kernel.SilverpeasResourcesLocation
-
getConfigurationFilesRootPath
public Path getConfigurationFilesRootPath()
- Specified by:
getConfigurationFilesRootPath
in interfaceorg.silverpeas.kernel.SilverpeasResourcesLocation
-
-