-
Deprecated ClassesClassDescriptionUse
GenericURLFileName
as it doesn't depend on HTTP Client v3 API directly.UseGenericURLFileNameParser
as it doesn't depend on HTTP Client v3 API directly.Use Apache Commons Lang'sSystemUtils
. Remove in 3.0.Use Apache Commons Lang'sSystemUtils
. Remove in 3.0.
-
Deprecated Fields
-
Deprecated MethodsMethodDescriptionsee
DataInputStream.readLine()
This method will be removed when it is removed from the DataInput interface this class implements (which will probably never happen).org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder.getConnectTimeout(FileSystemOptions) As of 2.1, useFtpsFileSystemConfigBuilder.getFtpsMode(FileSystemOptions)
Use insteadUriParser.extractScheme(java.lang.String)
. Will be removed in 3.0.Use insteadUriParser.extractScheme(java.lang.String)
. Will be removed in 3.0.Will be removed in 3.0 in favor ofMessages.getString(String, Object[])
When removed, calls to this method will automatically recompile toMessages.getString(String, Object[])
-
Deprecated ConstructorsConstructorDescriptionUse instead
FileSystemException(String, Throwable, Object[])
. Will be removed in 3.0.
FileObjectUtils
.