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 PathgetConfigurationFilesRootPath()PathgetL10nBundlesRootPath()PathgetLoggersRootPath()
-
-
-
Method Detail
-
getLoggersRootPath
public Path getLoggersRootPath()
- Specified by:
getLoggersRootPathin interfaceorg.silverpeas.kernel.SilverpeasResourcesLocation
-
getL10nBundlesRootPath
public Path getL10nBundlesRootPath()
- Specified by:
getL10nBundlesRootPathin interfaceorg.silverpeas.kernel.SilverpeasResourcesLocation
-
getConfigurationFilesRootPath
public Path getConfigurationFilesRootPath()
- Specified by:
getConfigurationFilesRootPathin interfaceorg.silverpeas.kernel.SilverpeasResourcesLocation
-
-