Package | Description |
---|---|
org.apache.commons.weaver.model |
Defines a domain model for weaving operations.
|
Modifier and Type | Method and Description |
---|---|
WeaveEnvironment.Resource |
WeaveEnvironment.getClassfile(Class<?> cls)
Get a
WeaveEnvironment.Resource representing cls . |
WeaveEnvironment.Resource |
WeaveEnvironment.getClassfile(String classname)
Get a
WeaveEnvironment.Resource for the specified class. |
WeaveEnvironment.Resource |
WeaveEnvironment.getResource(String name)
Get a
WeaveEnvironment.Resource for the specified resource. |
Copyright © 2018 The Apache Software Foundation. All rights reserved.