Package lumis.portal.filesystem.impl
Class FileSystemInternalUtil
- java.lang.Object
-
- lumis.portal.filesystem.impl.FileSystemInternalUtil
-
public class FileSystemInternalUtil extends java.lang.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 Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.io.File
getSingleCopyFileFile(IFile file)
Returns the related file of the givenIFile
if it is an instance ofSingleCopyFile
.
-