Package lumis.portal.filesystem.impl
Class FileSystemInternalUtil
- java.lang.Object
-
- lumis.portal.filesystem.impl.FileSystemInternalUtil
-
public class FileSystemInternalUtil extends Object
Internal use only helper class wrapping utility methods for any implementations ofIFileSystem
.- Since:
- 12.1.0
- Version:
- $Revision: 23263 $ $Date: 2019-10-09 18:03:57 -0300 (Wed, 09 Oct 2019) $
-
-
Constructor Summary
Constructors Constructor Description FileSystemInternalUtil()
-
-
-
Method Detail
-
getSingleCopyFileFile
public static File getSingleCopyFileFile(IFile file)
- Parameters:
file
- The file to get the related file from.- Returns:
- the related file of the given
IFile
if it is an instance ofSingleCopyFile
. - Throws:
IllegalArgumentException
- if the givenIFile
is not an instance ofSingleCopyFile
.- Since:
- 12.1.0
-
-