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 Constructor Description DefaultClientRepositoryPathsStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEtcFolderName()
String
getEtcFolderPath()
String
getHomeFolderName()
String
getHomeFolderPath()
String
getPublicFolderName()
String
getPublicFolderPath()
String
getRootFolderPath()
String
getUserHomeFolderName(String username)
String
getUserHomeFolderPath(String username)
-
-
-
Method Detail
-
getUserHomeFolderPath
public String getUserHomeFolderPath(String username)
- Specified by:
getUserHomeFolderPath
in interfaceorg.pentaho.platform.api.repository.IClientRepositoryPathsStrategy
-
getHomeFolderPath
public String getHomeFolderPath()
- Specified by:
getHomeFolderPath
in interfaceorg.pentaho.platform.api.repository.IClientRepositoryPathsStrategy
-
getPublicFolderPath
public String getPublicFolderPath()
- Specified by:
getPublicFolderPath
in interfaceorg.pentaho.platform.api.repository.IClientRepositoryPathsStrategy
-
getHomeFolderName
public String getHomeFolderName()
- Specified by:
getHomeFolderName
in interfaceorg.pentaho.platform.api.repository.IClientRepositoryPathsStrategy
-
getPublicFolderName
public String getPublicFolderName()
- Specified by:
getPublicFolderName
in interfaceorg.pentaho.platform.api.repository.IClientRepositoryPathsStrategy
-
getUserHomeFolderName
public String getUserHomeFolderName(String username)
- Specified by:
getUserHomeFolderName
in interfaceorg.pentaho.platform.api.repository.IClientRepositoryPathsStrategy
-
getRootFolderPath
public String getRootFolderPath()
- Specified by:
getRootFolderPath
in interfaceorg.pentaho.platform.api.repository.IClientRepositoryPathsStrategy
-
getEtcFolderPath
public String getEtcFolderPath()
- Specified by:
getEtcFolderPath
in interfaceorg.pentaho.platform.api.repository.IClientRepositoryPathsStrategy
-
getEtcFolderName
public String getEtcFolderName()
- Specified by:
getEtcFolderName
in interfaceorg.pentaho.platform.api.repository.IClientRepositoryPathsStrategy
-
-