org.codehaus.aspectwerkz
Class DeploymentModel
java.lang.Object
org.codehaus.aspectwerkz.DeploymentModel
public final class DeploymentModel
- extends Object
Enum containing the different deployment model types.
- Author:
- Jonas Bonr
PER_JVM
public static final DeploymentModel PER_JVM
PER_CLASS
public static final DeploymentModel PER_CLASS
PER_INSTANCE
public static final DeploymentModel PER_INSTANCE
PER_TARGET
public static final DeploymentModel PER_TARGET
PER_THIS
public static final DeploymentModel PER_THIS
PER_CFLOW
public static final DeploymentModel PER_CFLOW
PER_CFLOWBELOW
public static final DeploymentModel PER_CFLOWBELOW
toString
public String toString()
- Overrides:
toString
in class Object
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
getDeploymentModelFor
public static DeploymentModel getDeploymentModelFor(String deploymentModelAsString)
Copyright © 2002-2005 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.