public class WeavingData extends Object
| Constructor and Description |
|---|
WeavingData(String className,
String methodName,
String[] argClasses,
Set<ConsumerRestriction> argRestrictions,
List<org.apache.aries.spifly.BundleDescriptor> allowedBundles)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<org.apache.aries.spifly.BundleDescriptor> |
getAllowedBundles() |
String[] |
getArgClasses() |
Set<ConsumerRestriction> |
getArgRestrictions() |
String |
getClassName() |
String |
getMethodName() |
int |
hashCode() |
String |
toString() |
public WeavingData(String className, String methodName, String[] argClasses, Set<ConsumerRestriction> argRestrictions, 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 String getClassName()
public String getMethodName()
public List<org.apache.aries.spifly.BundleDescriptor> getAllowedBundles()
public String[] getArgClasses()
public Set<ConsumerRestriction> getArgRestrictions()
Copyright © 2021 The Apache Software Foundation. All rights reserved.