org.apache.accumulo.start.classloader.vfs.providers
public class HdfsFileContentInfoFactory extends Object implements org.apache.commons.vfs2.FileContentInfoFactory
Constructor and Description |
---|
HdfsFileContentInfoFactory() |
Modifier and Type | Method and Description |
---|---|
org.apache.commons.vfs2.FileContentInfo |
create(org.apache.commons.vfs2.FileContent fileContent)
Creates a FileContentInfo for a the given FileContent.
|
public org.apache.commons.vfs2.FileContentInfo create(org.apache.commons.vfs2.FileContent fileContent) throws org.apache.commons.vfs2.FileSystemException
create
in interface org.apache.commons.vfs2.FileContentInfoFactory
fileContent
- Use this FileContent to create a matching FileContentInfoorg.apache.commons.vfs2.FileSystemException
- when a problem occurs creating the FileContentInfo.Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.