Class SnapshotRequest
java.lang.Object
com.e1c.g5.v8.dt.internal.snapshot.SnapshotRequest
Request of either snapshot creation or restoration for a project. Specifies the project and the snapshot path.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal org.eclipse.core.resources.IProject
Project to create or restore snapshot for.final Path
Path to the snapshot. -
Constructor Summary
ConstructorsConstructorDescriptionSnapshotRequest
(org.eclipse.core.resources.IProject project, Path snapshotPath) Constructs the snapshot request. -
Method Summary
-
Field Details
-
project
public final org.eclipse.core.resources.IProject projectProject to create or restore snapshot for. -
snapshotPath
Path to the snapshot.
-
-
Constructor Details
-
SnapshotRequest
Constructs the snapshot request.- Parameters:
project
- the project, cannot benull
snapshotPath
- the snapshot path, cannot benull
-
-
Method Details