Uses of Class
com.ibm.dtfj.utils.file.ManagedImageSource
-
Packages that use ManagedImageSource Package Description com.ibm.dtfj.utils com.ibm.dtfj.utils.file -
-
Uses of ManagedImageSource in com.ibm.dtfj.utils
Methods in com.ibm.dtfj.utils that return ManagedImageSource Modifier and Type Method Description ManagedImageSourceManagedImage. getImageSource()Methods in com.ibm.dtfj.utils with parameters of type ManagedImageSource Modifier and Type Method Description voidManagedImage. setImageSource(ManagedImageSource source) -
Uses of ManagedImageSource in com.ibm.dtfj.utils.file
Methods in com.ibm.dtfj.utils.file that return ManagedImageSource Modifier and Type Method Description ManagedImageSourceCompressedFileManager. getImageSource(String path)Returns a specified image source specified by the path in the zip fileManagedImageSourceManagedImageSource. getMetadata()ManagedImageSourceJ9FileImageInputStream. getSource()ManagedImageSourceZipMemoryCacheImageInputStream. getSource()Methods in com.ibm.dtfj.utils.file that return types with arguments of type ManagedImageSource Modifier and Type Method Description List<ManagedImageSource>MultipleCandidateException. getCandidates()abstract List<ManagedImageSource>FileManager. getImageSources()List<ManagedImageSource>ZipFileManager. getImageSources()Returns all image sources found in this zip fileMethods in com.ibm.dtfj.utils.file with parameters of type ManagedImageSource Modifier and Type Method Description abstract voidCompressedFileManager. extract(ManagedImageSource file, File todir)voidZipFileManager. extract(ManagedImageSource file, File todir)Extracts the specified core file to the specified directoryabstract ImageInputStreamCompressedFileManager. getStream(ManagedImageSource source)voidManagedImageSource. setMetadata(ManagedImageSource metadata)Constructors in com.ibm.dtfj.utils.file with parameters of type ManagedImageSource Constructor Description J9FileImageInputStream(File f, ManagedImageSource source)J9FileImageInputStream(RandomAccessFile raf, ManagedImageSource source)ZipMemoryCacheImageInputStream(ZipEntry entry, InputStream is, ManagedImageSource source)Constructor parameters in com.ibm.dtfj.utils.file with type arguments of type ManagedImageSource Constructor Description MultipleCandidateException(List<ManagedImageSource> candidates, File file)
-