org.codehaus.aspectwerkz.transform.inlining.deployer
Class RedefinerFactory

java.lang.Object
  extended by org.codehaus.aspectwerkz.transform.inlining.deployer.RedefinerFactory

public class RedefinerFactory
extends Object

Factory for the different redefiner implementations.

Author:
Jonas BonŽr

Nested Class Summary
static class RedefinerFactory.Type
          Type-safe enum for the different redefiner implementations.
 
Constructor Summary
RedefinerFactory()
           
 
Method Summary
static Redefiner newRedefiner(RedefinerFactory.Type type)
          Creates a new redefiner instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RedefinerFactory

public RedefinerFactory()
Method Detail

newRedefiner

public static Redefiner newRedefiner(RedefinerFactory.Type type)
Creates a new redefiner instance. Try first with JDK 5 and failover on Java 1.4 HotSwap (requires native AW module)

Returns:
the redefiner instance


Copyright © 2002-2005 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.