com.atlassian.confluence.spaces
Class SpaceUtils

java.lang.Object
  extended by com.atlassian.confluence.spaces.SpaceUtils

public class SpaceUtils
extends Object


Constructor Summary
SpaceUtils()
           
 
Method Summary
static String getUsernameFromPersonalSpaceKey(String key)
          Retrieves the username from a personal space key
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpaceUtils

public SpaceUtils()
Method Detail

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.


Copyright © 2003-2010 Atlassian. All Rights Reserved.