Interface IClientRepositoryPathsStrategy
public interface IClientRepositoryPathsStrategy
- Author:
- Rowell Belen
-
Method Summary
Modifier and TypeMethodDescriptiongetUserHomeFolderName
(String username) getUserHomeFolderPath
(String username)
-
Method Details
-
getPublicFolderName
String getPublicFolderName() -
getHomeFolderName
String getHomeFolderName() -
getUserHomeFolderName
-
getPublicFolderPath
String getPublicFolderPath() -
getHomeFolderPath
String getHomeFolderPath() -
getUserHomeFolderPath
-
getRootFolderPath
String getRootFolderPath() -
getEtcFolderPath
String getEtcFolderPath() -
getEtcFolderName
String getEtcFolderName()
-