Package com.day.cq.replication
Class Location
- java.lang.Object
 - 
- com.day.cq.replication.Location
 
 
- 
public class Location extends java.lang.ObjectTheLocationcan 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.StringgetPath()Returns the file system path of the location to replicate.java.lang.StringgetRevision()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()
 
 - 
 
 -