Class Overview
The transform context containing any configuration necessary to enact a JAR transformation.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Public Constructors
Public Methods
public
void
addBundleClasspathJar
(String classpath)
public
boolean
beanExists
(String name)
Check if the bean has been tracked.
This is used for testing only.
public
Document
getDescriptorDocument
()
public
Map<String, byte[]>
getFileOverrides
()
public
File
getPluginFile
()
public
void
setShouldRequireSpring
(boolean shouldRequireSpring)
public
boolean
shouldRequireSpring
()
public
void
trackBean
(String name, String source)
Parameters
name
| id, name, or alias of the bean = basically any names which can be used to refer to the bean in Spring context. |
source
| the source of the bean.
|