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.IClientRepositoryPathsStrategy
public String getHomeFolderPath()
getHomeFolderPath
in interface org.pentaho.platform.api.repository.IClientRepositoryPathsStrategy
public String getPublicFolderPath()
getPublicFolderPath
in interface org.pentaho.platform.api.repository.IClientRepositoryPathsStrategy
public String getHomeFolderName()
getHomeFolderName
in interface org.pentaho.platform.api.repository.IClientRepositoryPathsStrategy
public String getPublicFolderName()
getPublicFolderName
in interface org.pentaho.platform.api.repository.IClientRepositoryPathsStrategy
public String getUserHomeFolderName(String username)
getUserHomeFolderName
in interface org.pentaho.platform.api.repository.IClientRepositoryPathsStrategy
public String getRootFolderPath()
getRootFolderPath
in interface org.pentaho.platform.api.repository.IClientRepositoryPathsStrategy
public String getEtcFolderPath()
getEtcFolderPath
in interface org.pentaho.platform.api.repository.IClientRepositoryPathsStrategy
public String getEtcFolderName()
getEtcFolderName
in interface org.pentaho.platform.api.repository.IClientRepositoryPathsStrategy