org.apache.aries.proxy.synthesizer
Class Synthesizer

java.lang.Object
  extended by 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.


Nested Class Summary
static class Synthesizer.CustomClassVisitor
           
 
Constructor Summary
Synthesizer()
           
 
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
 

Constructor Detail

Synthesizer

public Synthesizer()
Method Detail

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.