Class RelativeFileLocatorStrategy

  • All Implemented Interfaces:
    org.apache.maven.shared.io.location.LocatorStrategy

    class RelativeFileLocatorStrategy
    extends java.lang.Object
    implements org.apache.maven.shared.io.location.LocatorStrategy
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.io.File basedir  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.maven.shared.io.location.Location resolve​(java.lang.String locationSpecification, org.apache.maven.shared.io.logging.MessageHolder messageHolder)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • basedir

        private final java.io.File basedir
    • Constructor Detail

      • RelativeFileLocatorStrategy

        RelativeFileLocatorStrategy​(java.io.File basedir)
    • Method Detail

      • resolve

        public org.apache.maven.shared.io.location.Location resolve​(java.lang.String locationSpecification,
                                                                    org.apache.maven.shared.io.logging.MessageHolder messageHolder)
        Specified by:
        resolve in interface org.apache.maven.shared.io.location.LocatorStrategy