Package com.day.cq.replication
Class Location
java.lang.Object
com.day.cq.replication.Location
The
Location can be used to convey information about a repository path.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPath()Returns the file system path of the location to replicate.Returns the revision to replicate.
-
Constructor Details
-
Location
Creates an instance of the Location class.- Parameters:
path- SeegetPath()revision- SeegetRevision()
-
-
Method Details
-
getPath
Returns the file system path of the location to replicate.- Returns:
- the path of the location.
-
getRevision
Returns the revision to replicate.- Returns:
- location replication revision.
-