public class Retrofitter extends Object
| Constructor and Description |
|---|
Retrofitter() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Transforms the classes from a source directory into a destination
directory to make them compatible with the JDK 1.5, and checks that they
only use the JDK 1.5 API.
|
public static void main(String[] args) throws IOException
args - First argument: name of the .txt.gz file specifying the JDK
1.5 API. Second argument: source directory. Third argument:
destination directory.IOException - if a file can't be read or written.Copyright © 2009–2018 Oracle Corporation. All rights reserved.