|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.mat.snapshot.acquire.VmInfo
org.eclipse.mat.ibmvm.acquire.IBMVmInfo
public class IBMVmInfo
Stores information about the target VM.
Field Summary | |
---|---|
boolean |
compress
|
java.io.File |
dumpdir
|
DumpType |
type
|
Method Summary | |
---|---|
java.lang.String |
getProposedFileName()
Returns a proposed file name under which the heap dump should be saved, e.g. |
Methods inherited from class org.eclipse.mat.snapshot.acquire.VmInfo |
---|
getDescription, getHeapDumpProvider, getPid, isHeapDumpEnabled, setDescription, setHeapDumpEnabled, setHeapDumpProvider, setPid, setProposedFileName, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public DumpType type
public boolean compress
public java.io.File dumpdir
Method Detail |
---|
public java.lang.String getProposedFileName()
VmInfo
MessageUtil.format(java.lang.String, java.lang.Object...)
with three parameters, Date
date, int pid, int index
For example: mydumpname.{0,date,yyyyMMdd.HHmmss}.{1,number,0}.{2,number,0000}.dmp
getProposedFileName
in class VmInfo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |