public class WeavingData
extends java.lang.Object
Constructor and Description |
---|
WeavingData(java.lang.String className,
java.lang.String methodName,
java.lang.String[] argClasses,
java.util.Set<ConsumerRestriction> argRestrictions,
java.util.List<org.apache.aries.spifly.BundleDescriptor> allowedBundles)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<org.apache.aries.spifly.BundleDescriptor> |
getAllowedBundles() |
java.lang.String[] |
getArgClasses() |
java.util.Set<ConsumerRestriction> |
getArgRestrictions() |
java.lang.String |
getClassName() |
java.lang.String |
getMethodName() |
int |
hashCode() |
java.lang.String |
toString() |
public WeavingData(java.lang.String className, java.lang.String methodName, java.lang.String[] argClasses, java.util.Set<ConsumerRestriction> argRestrictions, java.util.List<org.apache.aries.spifly.BundleDescriptor> allowedBundles)
className
- The class name of the call that needs to be woven.methodName
- The method name of the call that needs to be woven.argClasses
- The overload (class names of the signature) of the call
that needs to be woven. If null
then all overloads of the method
need to be woven.argRestrictions
- A set of Consumer Restrictions.allowedBundles
- The list of allowed bundles.public java.lang.String getClassName()
public java.lang.String getMethodName()
public java.util.List<org.apache.aries.spifly.BundleDescriptor> getAllowedBundles()
public java.lang.String[] getArgClasses()
public java.util.Set<ConsumerRestriction> getArgRestrictions()
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2009-2019 The Apache Software Foundation. All Rights Reserved.