Uses of Class
org.alfresco.filesys.util.CifsMountException
-
Packages that use CifsMountException Package Description org.alfresco.filesys.util Filesystem utilities Contains : CifsMounter to mount and unmount a CIFS filesystem. -
-
Uses of CifsMountException in org.alfresco.filesys.util
Methods in org.alfresco.filesys.util that throw CifsMountException Modifier and Type Method Description voidCifsMounter. mountFilesystem(java.lang.String driveLetter, java.lang.String mountPoint)Mount a remote CIFS shared filesystemvoidCifsMounter. unmountFilesystem(java.lang.String driveLetter, java.lang.String mountPoint)Unmount a remote CIFS shared filesystem
-