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