Uses of Interface
javax.tools.diagnostics.image.ImageModule

Packages that use ImageModule
javax.tools.diagnostics.image Package of interfaces representing a snapshot of a program. 
 

Uses of ImageModule in javax.tools.diagnostics.image
 

Methods in javax.tools.diagnostics.image that return ImageModule
 ImageModule ImageProcess.getExecutable()
          Get the module representing the executable within the image.
 

Methods in javax.tools.diagnostics.image that return types with arguments of type ImageModule
 java.util.List<ImageModule> ImageProcess.getLibraries()
          Get the set of shared libraries which are loaded in this process.
 



Copyright © 2010. All Rights Reserved.