|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JavaRuntime | |
---|---|
javax.tools.diagnostics | Top level of the API, provides access to API implementations. |
javax.tools.diagnostics.image | Package of interfaces representing a snapshot of a program. |
Uses of JavaRuntime in javax.tools.diagnostics |
---|
Methods in javax.tools.diagnostics that return JavaRuntime | |
---|---|
JavaRuntime |
FactoryRegistry.getJavaRuntime(java.io.File file)
Returns an appropriate Image for the
provide file by locating the first registered image factory that can handle
the case insensitive file name extension of the provided file. |
Uses of JavaRuntime in javax.tools.diagnostics.image |
---|
Methods in javax.tools.diagnostics.image that return JavaRuntime | |
---|---|
JavaRuntime |
ImageFactory.getJavaRuntime(java.io.File file)
Creates a new JavaRuntime object based on the contents of the file; |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |