org.apache.aries.proxy.synthesizer
Class Synthesizer
java.lang.Object
org.apache.aries.proxy.synthesizer.Synthesizer
public class Synthesizer
- extends Object
The Synthesizer class can be run from a java command with arguments
of paths to class files that should be modified to have the synthetic
attribute added.
Method Summary |
static void |
main(String[] args)
This is the main method for running the Synthesizer |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Synthesizer
public Synthesizer()
main
public static void main(String[] args)
throws Exception
- This is the main method for running the Synthesizer
- Parameters:
args
- - String[] of file paths to class files
- Throws:
Exception
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.