mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Removed createMounter() method from the file server config MBean interface.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4909 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -16,8 +16,6 @@
|
||||
*/
|
||||
package org.alfresco.filesys.server.config;
|
||||
|
||||
import org.alfresco.filesys.util.CifsMounter;
|
||||
|
||||
/**
|
||||
* File Server Configuration MBean Interface
|
||||
*
|
||||
@@ -61,11 +59,4 @@ public interface FileServerConfigMBean {
|
||||
* @return String
|
||||
*/
|
||||
public String getCIFSServerAddress();
|
||||
|
||||
/**
|
||||
* Create a mounter to mount/unmount a share on the CIFS server
|
||||
*
|
||||
* @return CifsMounter
|
||||
*/
|
||||
public CifsMounter createMounter();
|
||||
}
|
||||
|
Reference in New Issue
Block a user