Package com.day.cq.replication
Class Location
- java.lang.Object
-
- com.day.cq.replication.Location
-
public class Location extends java.lang.Object
TheLocation
can be used to convey information about a repository path.
-
-
Constructor Summary
Constructors Constructor Description Location(java.lang.String path, java.lang.String revision)
Creates an instance of the Location class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getPath()
Returns the file system path of the location to replicate.java.lang.String
getRevision()
Returns the revision to replicate.
-
-
-
Constructor Detail
-
Location
public Location(java.lang.String path, java.lang.String revision)
Creates an instance of the Location class.- Parameters:
path
- SeegetPath()
revision
- SeegetRevision()
-
-