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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getName()
getPath()
int
getType()
Provides a URI for the location of the file after it has been extracted i.e. in a temporary directoryboolean
void
boolean
void
setArchive
(File archive) void
setExtractedTo
(File extractedTo) void
setMetadata
(ManagedImageSource metadata) void
toURI()
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:
-