|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Snapshot
A development line holding a fixed set of versions. Also commonly called a "Configuration" in other CM systems. Typically used as a permanent record of the state of a set of version controlled resources, at a particular time.
Snapshots are development lines. A snapshot may be created from another snapshot. A snapshot cannot be created from a workspace since the assets in the workspace may still be changed.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
|
| Method Summary | |
|---|---|
SnapshotDiff |
createSnapshotDiff(Snapshot otherSnapshot)
Compare the two Snapshots and return the differences |
SnapshotDiff |
createSnapshotDiff(Snapshot baseline2,
atg.versionmanager.impl.VersionContainerIncludeChecker containerIncludeChecker)
Create a diff using the supplied VersionContainerIncludeChecker to exclude certain containers from the diff. |
AssetVersion |
getVersionRenamed(AssetVersion pVersion)
Check a version of a file asset has a different name then the version of the asset in this snapshot. |
| Methods inherited from interface atg.versionmanager.ManagedElement |
|---|
getDisplayName, getName, getURI, getVersionManager |
| Field Detail |
|---|
static final java.lang.String CLASS_VERSION
| Method Detail |
|---|
SnapshotDiff createSnapshotDiff(Snapshot otherSnapshot)
throws VersionException
otherBaseline - the baseline to diff this one against.
VersionExceptionSnapshotDiff
SnapshotDiff createSnapshotDiff(Snapshot baseline2,
atg.versionmanager.impl.VersionContainerIncludeChecker containerIncludeChecker)
throws VersionException
baseline2 - containerIncludeChecker -
VersionException
AssetVersion getVersionRenamed(AssetVersion pVersion)
throws VersionException
pVersion - AssetVersion representing the later version of the asset.
VersionException - thrown if (1) this snapshot doesn't contain a
version of the asset or (3) this is not a file asset.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||