1 | public class ImplementationSpecificArgument extends↵ | | 1 | public class ImplementationSpecificArgument extends↵
|
2 | org.apache.tools.ant.util.facade.ImplementationSpecificArgument {↵ | | 2 | org.apache.tools.ant.util.facade.ImplementationSpecificArgument {↵
|
|
3 | /**↵ | | 3 | /**↵
|
4 | * @param impl the name of↵ | | 4 | * Only pass the specified argument if the↵
|
| | | 5 | * chosen compiler implementation matches the↵
|
| | | 6 | * value of this attribute. Legal values are↵
|
| | | 7 | * the same as those in the above list of↵
|
| | | 8 | * valid compilers.)↵
|
5 | the compiler↵ | | 9 | * @param impl the compiler to be used.↵
|
6 | */↵ | | 10 | */↵
|
7 | public void setCompiler(String impl) {↵ | | 11 | public void setCompiler(String impl) {↵
|
8 | super.setImplementation(impl); | | 12 | super.setImplementation(impl);
|