Documentation of 'jhplot.utils.FileList' Java class.
FileList
jhplot.utils

Class FileList



  • public class FileList
    extends java.lang.Object
    Get list of files in all directories (including subdirectories). Path root director and a string in form of a regular expression to find matches in a string S.Chekanov (ANL)
    • Constructor Summary

      Constructors 
      Constructor and Description
      FileList() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static java.util.ArrayList get(java.lang.String dir, java.lang.String m)
      Get list of files in all directories (including subdirectories).
      static void main(java.lang.String[] args)
      Sole entry point to the class and application.
      • Methods inherited from class java.lang.Object

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

      • FileList

        public FileList()
    • Method Detail

      • get

        public static java.util.ArrayList get(java.lang.String dir,
                                              java.lang.String m)
        Get list of files in all directories (including subdirectories).
        Parameters:
        input - directory
        m - a string for regular expression to find matches in file name
      • main

        public static void main(java.lang.String[] args)
        Sole entry point to the class and application.
        Parameters:
        args - Array of String arguments.

DMelt 3.0 © DataMelt by jWork.ORG