public class DefaultClientRepositoryPathsStrategy extends Object implements org.pentaho.platform.api.repository.IClientRepositoryPathsStrategy
| Constructor and Description |
|---|
DefaultClientRepositoryPathsStrategy() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEtcFolderName() |
String |
getEtcFolderPath() |
String |
getHomeFolderName() |
String |
getHomeFolderPath() |
String |
getPublicFolderName() |
String |
getPublicFolderPath() |
String |
getRootFolderPath() |
String |
getUserHomeFolderName(String username) |
String |
getUserHomeFolderPath(String username) |
public DefaultClientRepositoryPathsStrategy()
public String getUserHomeFolderPath(String username)
getUserHomeFolderPath in interface org.pentaho.platform.api.repository.IClientRepositoryPathsStrategypublic String getHomeFolderPath()
getHomeFolderPath in interface org.pentaho.platform.api.repository.IClientRepositoryPathsStrategypublic String getPublicFolderPath()
getPublicFolderPath in interface org.pentaho.platform.api.repository.IClientRepositoryPathsStrategypublic String getHomeFolderName()
getHomeFolderName in interface org.pentaho.platform.api.repository.IClientRepositoryPathsStrategypublic String getPublicFolderName()
getPublicFolderName in interface org.pentaho.platform.api.repository.IClientRepositoryPathsStrategypublic String getUserHomeFolderName(String username)
getUserHomeFolderName in interface org.pentaho.platform.api.repository.IClientRepositoryPathsStrategypublic String getRootFolderPath()
getRootFolderPath in interface org.pentaho.platform.api.repository.IClientRepositoryPathsStrategypublic String getEtcFolderPath()
getEtcFolderPath in interface org.pentaho.platform.api.repository.IClientRepositoryPathsStrategypublic String getEtcFolderName()
getEtcFolderName in interface org.pentaho.platform.api.repository.IClientRepositoryPathsStrategy