com.atlassian.confluence.spaces
Class SpaceUtils
java.lang.Object
com.atlassian.confluence.spaces.SpaceUtils
public class SpaceUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpaceUtils
public SpaceUtils()
getUsernameFromPersonalSpaceKey
public static String getUsernameFromPersonalSpaceKey(String key)
- Retrieves the username from a personal space key
- Parameters:
key
- the personal space key
- Returns:
- the username from a personal space key
- Throws:
IllegalArgumentException
- if key is valid. Please check with Space.isValidPersonalSpaceKey(String)
first.