Deprecated API


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



Copyright © 2011 Apache Software Foundation. All Rights Reserved.