Class SnapshotRequest

java.lang.Object
com.e1c.g5.v8.dt.internal.snapshot.SnapshotRequest

public final class SnapshotRequest extends Object
Request of either snapshot creation or restoration for a project. Specifies the project and the snapshot path.
  • Field Details

    • project

      public final org.eclipse.core.resources.IProject project
      Project to create or restore snapshot for.
    • snapshotPath

      public final Path snapshotPath
      Path to the snapshot.
  • Constructor Details

    • SnapshotRequest

      public SnapshotRequest(org.eclipse.core.resources.IProject project, Path snapshotPath)
      Constructs the snapshot request.
      Parameters:
      project - the project, cannot be null
      snapshotPath - the snapshot path, cannot be null
  • Method Details