Uses of Interface
org.apache.commons.vfs.FileContentInfo
-
Packages that use FileContentInfo Package Description org.apache.commons.vfs The public VFS API.org.apache.commons.vfs.impl The standard VFS implementation.org.apache.commons.vfs.provider The File Provider API, and utility classes.org.apache.commons.vfs.provider.http -
-
Uses of FileContentInfo in org.apache.commons.vfs
Methods in org.apache.commons.vfs that return FileContentInfo Modifier and Type Method Description FileContentInfoFileContentInfoFactory. create(FileContent fileContent)FileContentInfoFileContent. getContentInfo()get the content info. -
Uses of FileContentInfo in org.apache.commons.vfs.impl
Classes in org.apache.commons.vfs.impl that implement FileContentInfo Modifier and Type Class Description classDefaultFileContentInfoMethods in org.apache.commons.vfs.impl that return FileContentInfo Modifier and Type Method Description FileContentInfoFileContentInfoFilenameFactory. create(FileContent fileContent) -
Uses of FileContentInfo in org.apache.commons.vfs.provider
Methods in org.apache.commons.vfs.provider that return FileContentInfo Modifier and Type Method Description FileContentInfoDefaultFileContent. getContentInfo()get the content info. -
Uses of FileContentInfo in org.apache.commons.vfs.provider.http
Methods in org.apache.commons.vfs.provider.http that return FileContentInfo Modifier and Type Method Description FileContentInfoHttpFileContentInfoFactory. create(FileContent fileContent)
-