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 ManagedImageSource
ManagedImage. getImageSource()
Methods in com.ibm.dtfj.utils with parameters of type ManagedImageSource Modifier and Type Method Description void
ManagedImage. 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 ManagedImageSource
CompressedFileManager. getImageSource(String path)
Returns a specified image source specified by the path in the zip fileManagedImageSource
ManagedImageSource. getMetadata()
ManagedImageSource
J9FileImageInputStream. getSource()
ManagedImageSource
ZipMemoryCacheImageInputStream. 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 void
CompressedFileManager. extract(ManagedImageSource file, File todir)
void
ZipFileManager. extract(ManagedImageSource file, File todir)
Extracts the specified core file to the specified directoryabstract ImageInputStream
CompressedFileManager. getStream(ManagedImageSource source)
void
ManagedImageSource. 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)
-