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

java.lang.Object
  extended by org.codehaus.aspectwerkz.transform.inlining.deployer.RedefinerFactory.Type
Enclosing class:
RedefinerFactory

public static class RedefinerFactory.Type
extends Object

Type-safe enum for the different redefiner implementations.

Author:
Jonas BonŽr

Field Summary
static RedefinerFactory.Type HOTSWAP
           
static RedefinerFactory.Type JVMTI
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

HOTSWAP

public static final RedefinerFactory.Type HOTSWAP

JVMTI

public static final RedefinerFactory.Type JVMTI
Method Detail

toString

public String toString()
Overrides:
toString in class Object


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