| Method and Description |
|---|
| 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. |
Copyright © 2015. All Rights Reserved.