Interface FileContentInfoFactory

    • Method Detail

      • create

        FileContentInfo create​(FileContent fileContent)
                        throws FileSystemException
        Creates a FileContentInfo for a the given FileContent.
        Parameters:
        fileContent - Use this FileContent to create a matching FileContentInfo
        Returns:
        a FileContentInfo for the given FileContent.
        Throws:
        FileSystemException - when a problem occurs creating the FileContentInfo.