org.pentaho.platform.repository2
Class ClientRepositoryPaths

java.lang.Object
  extended by org.pentaho.platform.repository2.ClientRepositoryPaths

public class ClientRepositoryPaths
extends Object


Nested Class Summary
static interface ClientRepositoryPaths.IClientRepositoryPathsStrategy
           
 
Field Summary
static String DEFAULT
           
static String SYSTEM_PROPERTY
           
 
Method Summary
static String getEtcFolderPath()
           
static String getHomeFolderName()
           
static String getHomeFolderPath()
           
static String getPublicFolderName()
           
static String getPublicFolderPath()
           
static String getRootFolderPath()
           
static String getUserHomeFolderName(String username)
           
static String getUserHomeFolderPath(String username)
           
static void setStrategyName(String strategyName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT

public static final String DEFAULT
See Also:
Constant Field Values

SYSTEM_PROPERTY

public static final String SYSTEM_PROPERTY
See Also:
Constant Field Values
Method Detail

getPublicFolderName

public static String getPublicFolderName()

getHomeFolderName

public static String getHomeFolderName()

getUserHomeFolderName

public static String getUserHomeFolderName(String username)

getPublicFolderPath

public static String getPublicFolderPath()

getHomeFolderPath

public static String getHomeFolderPath()

getUserHomeFolderPath

public static String getUserHomeFolderPath(String username)

getRootFolderPath

public static String getRootFolderPath()

getEtcFolderPath

public static String getEtcFolderPath()

setStrategyName

public static void setStrategyName(String strategyName)