Deprecated API


Contents
Deprecated Methods
org.apache.commons.compress.archivers.zip.AsiExtraField.getGroupId()
          Use getGroupID() instead 
org.apache.commons.compress.archivers.tar.TarArchiveEntry.getGroupId()
          Use getGroupID() instead 
org.apache.commons.compress.archivers.zip.AsiExtraField.getUserId()
          Use getUserID() 
org.apache.commons.compress.archivers.tar.TarArchiveEntry.getUserId()
          Use getUserID() instead 
org.apache.commons.compress.archivers.tar.TarArchiveEntry.setGroupId(int)
          Use setGroupID() instead 
org.apache.commons.compress.archivers.zip.AsiExtraField.setUserId(int)
          Use setUserID(int) 
org.apache.commons.compress.archivers.tar.TarArchiveEntry.setUserId(int)
          Use setUserID() instead