Package org.eclipse.mat.ui.snapshot
Class OpenSnapshot.Visitor
- java.lang.Object
-
- org.eclipse.mat.ui.snapshot.OpenSnapshot.Visitor
-
- Enclosing class:
- OpenSnapshot
public abstract static class OpenSnapshot.Visitor extends Object
-
-
Constructor Summary
Constructors Constructor Description Visitor()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description boolean
go(Shell shell)
abstract void
visit(IFileStore fileStore)
-
-
-
Method Detail
-
visit
public abstract void visit(IFileStore fileStore)
-
go
public boolean go(Shell shell)
-
-