public class Location
extends java.lang.Object
Location
can be used to convey information about a repository path.Constructor and Description |
---|
Location(java.lang.String path,
java.lang.String revision)
Creates an instance of the Location class.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPath()
Returns the file system path of the location to replicate.
|
java.lang.String |
getRevision()
Returns the revision to replicate.
|
public Location(java.lang.String path, java.lang.String revision)
path
- See getPath()
revision
- See getRevision()
Copyright © 2010 - 2023 Adobe. All Rights Reserved