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() |
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 int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.