org.codehaus.aspectwerkz.transform.inlining.deployer
Class RedefinerFactory
java.lang.Object
org.codehaus.aspectwerkz.transform.inlining.deployer.RedefinerFactory
public class RedefinerFactory
- extends Object
Factory for the different redefiner implementations.
- Author:
- Jonas Bonr
Nested Class Summary |
static class |
RedefinerFactory.Type
Type-safe enum for the different redefiner implementations. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RedefinerFactory
public RedefinerFactory()
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.