Class URLLocatorStrategy

  • All Implemented Interfaces:
    LocatorStrategy

    public class URLLocatorStrategy
    extends java.lang.Object
    implements LocatorStrategy
    URL Locator Strategy.
    • Constructor Summary

      Constructors 
      Constructor Description
      URLLocatorStrategy()
      Create instance.
      URLLocatorStrategy​(java.lang.String tempFilePrefix, java.lang.String tempFileSuffix, boolean tempFileDeleteOnExit)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Location resolve​(java.lang.String locationSpecification, MessageHolder messageHolder)
      • Methods inherited from class java.lang.Object

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

      • URLLocatorStrategy

        public URLLocatorStrategy()
        Create instance.
      • URLLocatorStrategy

        public URLLocatorStrategy​(java.lang.String tempFilePrefix,
                                  java.lang.String tempFileSuffix,
                                  boolean tempFileDeleteOnExit)
        Parameters:
        tempFilePrefix - prefix.
        tempFileSuffix - suffix.
        tempFileDeleteOnExit - delete on exit.