软件包 | 描述 |
---|---|
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.