mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user