Class ClasspathResourceLocatorStrategy

  • All Implemented Interfaces:
    LocatorStrategy

    public class ClasspathResourceLocatorStrategy
    extends java.lang.Object
    implements LocatorStrategy
    classpath resource locator strategy.
    • Field Detail

      • tempFilePrefix

        private java.lang.String tempFilePrefix
      • tempFileSuffix

        private java.lang.String tempFileSuffix
      • tempFileDeleteOnExit

        private boolean tempFileDeleteOnExit
    • Constructor Detail

      • ClasspathResourceLocatorStrategy

        public ClasspathResourceLocatorStrategy()
        Create instance.
      • ClasspathResourceLocatorStrategy

        public ClasspathResourceLocatorStrategy​(java.lang.String tempFilePrefix,
                                                java.lang.String tempFileSuffix,
                                                boolean tempFileDeleteOnExit)
        Parameters:
        tempFilePrefix - Prefix.
        tempFileSuffix - Suffix.
        tempFileDeleteOnExit - delete on exit.