Class FileServiceImpl

  • All Implemented Interfaces:
    FileService

    @Component
    public class FileServiceImpl
    extends java.lang.Object
    implements FileService
    An implementation of the file service using Spring utils
    • Constructor Summary

      Constructors 
      Constructor Description
      FileServiceImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @NotNull java.util.List<hudson.FilePath> getMatchingFile​(@NotNull hudson.FilePath workingDir, @NotNull java.lang.String pattern, @NotNull Log log)  
      • Methods inherited from class java.lang.Object

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

      • FileServiceImpl

        public FileServiceImpl()
    • Method Detail

      • getMatchingFile

        @NotNull
        public @NotNull java.util.List<hudson.FilePath> getMatchingFile​(@NotNull
                                                                        @NotNull hudson.FilePath workingDir,
                                                                        @NotNull
                                                                        @NotNull java.lang.String pattern,
                                                                        @NotNull
                                                                        @NotNull Log log)
        Specified by:
        getMatchingFile in interface FileService
        Parameters:
        workingDir - The directory from which to start matching files
        pattern - The ant pattern used to match files
        Returns:
        A list of matching files