net.sourceforge.retroweaver
Class Weaver

java.lang.Object
  extended by net.sourceforge.retroweaver.Weaver

public class Weaver
extends java.lang.Object

Applies the RetroWeaver against a set of classes.


Field Summary
static int VERSION_1_2
           
static int VERSION_1_3
           
static int VERSION_1_4
           
static int VERSION_1_5
           
 
Constructor Summary
Weaver()
           
 
Method Summary
static int getBuildNumber()
           
static java.lang.String getVersion()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION_1_5

public static final int VERSION_1_5
See Also:
Constant Field Values

VERSION_1_4

public static final int VERSION_1_4
See Also:
Constant Field Values

VERSION_1_3

public static final int VERSION_1_3
See Also:
Constant Field Values

VERSION_1_2

public static final int VERSION_1_2
See Also:
Constant Field Values
Constructor Detail

Weaver

public Weaver()
Method Detail

getVersion

public static final java.lang.String getVersion()

getBuildNumber

public static final int getBuildNumber()

main

public static void main(java.lang.String[] args)