Class SnapshotArgument
java.lang.Object
org.eclipse.mat.internal.snapshot.SnapshotArgument
- All Implemented Interfaces:
Closeable
,AutoCloseable
,ArgumentFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
appendUsage
(StringBuilder buf) build
(ArgumentDescriptor descriptor) void
close()
Tidy up and dispose of any snapshot obtained from build.
-
Constructor Details
-
SnapshotArgument
-
-
Method Details
-
getFilename
-
appendUsage
- Specified by:
appendUsage
in interfaceArgumentFactory
-
build
- Specified by:
build
in interfaceArgumentFactory
- Throws:
SnapshotException
-
close
public void close()Tidy up and dispose of any snapshot obtained from build.- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
-