Deprecated API


Contents
Deprecated Methods
proguard.ant.ProGuardTask.setDefaultpackage(String)
          Use the repackageclasses attribute instead. 
proguard.ant.ClassPathElement.setDir(File)
          Use Path.setLocation(File) instead. 
proguard.ant.ClassPathElement.setFile(File)
          Use Path.setLocation(File) instead. 
proguard.ant.ClassPathElement.setName(File)
          Use Path.setLocation(File) instead. 
proguard.ant.ProGuardTask.setOutjar(String)
          Use the nested outjar element instead. 
proguard.ant.MemberSpecificationElement.setParam(String)
          Use MemberSpecificationElement.setParameters(String) instead.