Class Location


  • public class Location
    extends java.lang.Object
    The Location 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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Location

        public Location​(java.lang.String path,
                        java.lang.String revision)
        Creates an instance of the Location class.
        Parameters:
        path - See getPath()
        revision - See getRevision()
    • Method Detail

      • getPath

        public java.lang.String getPath()
        Returns the file system path of the location to replicate.
        Returns:
        the path of the location.
      • getRevision

        public java.lang.String getRevision()
        Returns the revision to replicate.
        Returns:
        location replication revision.