public class SnapshotUri
extends Object
Represents a snapshot path from the configuration.
-
Nested Class Summary
Nested Classes
static enum
Type of the snapshot path.
-
Constructor Summary
Constructors
-
Method Summary
boolean
If single-copy mechanism should be used.
Returns type of the snapshot URI.
Returns URI to the snapshots.
-
-
Method Details
-
uri
Returns URI to the snapshots.
-
type
Returns type of the snapshot URI.
-
isSingleCopy
public boolean isSingleCopy()
If single-copy mechanism should be used.
-