Class and Description |
---|
org.apache.commons.vfs2.FileUtil
Use
FileObjectUtils . |
org.apache.commons.vfs2.util.Os
Use Apache Commons Lang's
SystemUtils . Remove in 3.0. |
org.apache.commons.vfs2.util.OsFamily
Use Apache Commons Lang's
SystemUtils . Remove in 3.0. |
org.apache.commons.vfs2.provider.URLFileName
Use
GenericURLFileName as it doesn't depend on Http Client v3 API directly. |
org.apache.commons.vfs2.provider.URLFileNameParser
Use
GenericURLFileNameParser as it doesn't depend on Http Client v3 API directly. |
Constructor and Description |
---|
org.apache.commons.vfs2.provider.bzip2.Bzip2FileObject(AbstractFileName, FileObject, CompressedFileFileSystem) |
org.apache.commons.vfs2.FileSystemException(String, Object[], Throwable)
Use instead
FileSystemException(String, Throwable, Object[]) . Will be removed in 3.0. |
org.apache.commons.vfs2.provider.gzip.GzipFileObject(AbstractFileName, FileObject, CompressedFileFileSystem) |
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.