| 软件包 | 描述 |
|---|---|
| java.lang.instrument |
提供的服务允许java编程语言的代理工具运行在JVM上的程序。
|
| Class and Description |
|---|
| ClassDefinition
这类作为一个参数块的
Instrumentation.redefineClasses方法。
|
| ClassFileTransformer
代理提供此接口的实现,以转换类文件。
|
| IllegalClassFormatException
扔的
ClassFileTransformer.transform实现当输入参数无效。
|
| UnmodifiableClassException
扔的
Instrumentation.redefineClasses实现当一个指定的类不能被修改。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.