Deprecated API


Contents
Deprecated Methods
org.apache.commons.vfs.provider.AbstractFileObject.childrenChanged()
          use AbstractFileObject.childrenChanged(FileName,FileType) 
org.apache.commons.vfs.provider.tar.TarEntry.getGroupId()
          Use getGroupID() instead 
org.apache.commons.vfs.provider.tar.TarEntry.getUserId()
          Use getUserID() instead 
org.apache.commons.vfs.provider.AbstractRandomAccessContent.readLine()
          see DataInputStream.readLine() 
org.apache.commons.vfs.provider.tar.TarEntry.setGroupId(int)
          Use setGroupID() instead 
org.apache.commons.vfs.provider.tar.TarEntry.setUserId(int)
          Use setUserID() instead