Interface UserProfileLocation
- All Known Implementing Classes:
DefaultUserProfileLocationImpl
public interface UserProfileLocation
Bootstrap for user profile-file locations.
-
Method Summary
Modifier and TypeMethodDescriptionlocatePrivateProfile(UserID ofUser) Bootstraps location of file with user private profilelocatePublicProfile(UserID ofUser) Bootstraps location of file with user public profile
-
Method Details
-
locatePrivateProfile
Bootstraps location of file with user private profile- Parameters:
ofUser- user for whom to get profile- Returns:
- Location of users' private profile file
-
locatePublicProfile
Bootstraps location of file with user public profile- Parameters:
ofUser- user for whom to get profile- Returns:
- Location of users' public profile file
-