Merged V3.2 to HEAD

19165: Fix "avmbrowse" sample web script


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@19257 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Jan Vonka
2010-03-12 15:41:50 +00:00
parent 76bba1fa4e
commit e96af8d097
3 changed files with 31 additions and 13 deletions

View File

@@ -62,9 +62,11 @@ public class AVMUtil
}
/**
* Split a path into its parent path and its base name.
* Split a path into its parent path and its base name. If the store root path is passed, then return [null, ""].
*
* @param path The initial AVM path.
* @return An array of 2 Strings containing the parent path and the base
*
* @return An array of 2 Strings containing the parent AVM path (or null) and the base
* name.
*/
public static String[] splitBase(String path)