Package org.pentaho.platform.repository2
Class DefaultClientRepositoryPathsStrategy
java.lang.Object
org.pentaho.platform.repository2.DefaultClientRepositoryPathsStrategy
- All Implemented Interfaces:
org.pentaho.platform.api.repository.IClientRepositoryPathsStrategy
public class DefaultClientRepositoryPathsStrategy
extends Object
implements org.pentaho.platform.api.repository.IClientRepositoryPathsStrategy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetUserHomeFolderName
(String username) getUserHomeFolderPath
(String username)
-
Constructor Details
-
DefaultClientRepositoryPathsStrategy
public DefaultClientRepositoryPathsStrategy()
-
-
Method Details
-
getUserHomeFolderPath
- Specified by:
getUserHomeFolderPath
in interfaceorg.pentaho.platform.api.repository.IClientRepositoryPathsStrategy
-
getHomeFolderPath
- Specified by:
getHomeFolderPath
in interfaceorg.pentaho.platform.api.repository.IClientRepositoryPathsStrategy
-
getPublicFolderPath
- Specified by:
getPublicFolderPath
in interfaceorg.pentaho.platform.api.repository.IClientRepositoryPathsStrategy
-
getHomeFolderName
- Specified by:
getHomeFolderName
in interfaceorg.pentaho.platform.api.repository.IClientRepositoryPathsStrategy
-
getPublicFolderName
- Specified by:
getPublicFolderName
in interfaceorg.pentaho.platform.api.repository.IClientRepositoryPathsStrategy
-
getUserHomeFolderName
- Specified by:
getUserHomeFolderName
in interfaceorg.pentaho.platform.api.repository.IClientRepositoryPathsStrategy
-
getRootFolderPath
- Specified by:
getRootFolderPath
in interfaceorg.pentaho.platform.api.repository.IClientRepositoryPathsStrategy
-
getEtcFolderPath
- Specified by:
getEtcFolderPath
in interfaceorg.pentaho.platform.api.repository.IClientRepositoryPathsStrategy
-
getEtcFolderName
- Specified by:
getEtcFolderName
in interfaceorg.pentaho.platform.api.repository.IClientRepositoryPathsStrategy
-