Method and Description |
---|
org.apache.commons.vfs2.util.Messages.getString(String, Object)
Will be removed in 3.0 in favor of
Messages.getString(String, Object[]) When removed, calls to this
method will automatically recompile to Messages.getString(String, Object[]) |
org.apache.commons.vfs2.provider.AbstractRandomAccessContent.readLine()
see
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.ram.RamFileSystemConfigBuilder.setMaxSize(FileSystemOptions, int) |
Constructor and Description |
---|
org.apache.commons.vfs2.provider.bzip2.Bzip2FileObject(AbstractFileName, FileObject, CompressedFileFileSystem) |
org.apache.commons.vfs2.FileSystemException(String, Object[], Throwable)
Use instead
FileSystemException.FileSystemException(String, Throwable, Object[]) . Will be removed in 3.0. |
org.apache.commons.vfs2.provider.gzip.GzipFileObject(AbstractFileName, FileObject, CompressedFileFileSystem) |