Class URLLocatorStrategy

  • All Implemented Interfaces:
    LocatorStrategy

    public class URLLocatorStrategy
    extends java.lang.Object
    implements LocatorStrategy
    URL Locator Strategy.
    • Field Detail

      • tempFilePrefix

        private java.lang.String tempFilePrefix
      • tempFileSuffix

        private java.lang.String tempFileSuffix
      • tempFileDeleteOnExit

        private boolean tempFileDeleteOnExit
    • 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.