Class ManagedImageSource
java.lang.Object
com.ibm.dtfj.utils.file.ManagedImageSource
Represents a managed core file. The core can reside in
a compressed archive or be extracted to the local file system.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidgetName()getPath()intgetType()Provides a URI for the location of the file after it has been extracted i.e. in a temporary directorybooleanvoidbooleanvoidsetArchive(File archive) voidsetExtractedTo(File extractedTo) voidsetMetadata(ManagedImageSource metadata) voidtoURI()Provides a URI for the location of the file before it has been extracted i.e. within the archive 
- 
Constructor Details
- 
ManagedImageSource
 
 - 
 - 
Method Details
- 
getType
 - 
hasMetaData
public boolean hasMetaData() - 
getMetadata
 - 
setMetadata
 - 
getPath
 - 
setPath
 - 
isCompressed
public boolean isCompressed() - 
getName
 - 
getArchive
 - 
setArchive
 - 
getExtractedTo
 - 
setExtractedTo
 - 
getRefCount
public int getRefCount() - 
incRefCount
public void incRefCount() - 
decRefCount
public void decRefCount() - 
getPathToExtractedFile
 - 
getURIOfExtractedFile
Provides a URI for the location of the file after it has been extracted i.e. in a temporary directory- Returns:
 
 - 
toURI
Provides a URI for the location of the file before it has been extracted i.e. within the archive- Returns:
 
 
 -