Class CollectionConfig


  • @Immutable
    public class CollectionConfig
    extends Object
    Configuration object for a collection of managed files.
    • Constructor Detail

      • CollectionConfig

        public CollectionConfig​(String name,
                                String dirName,
                                boolean wantSubdirs,
                                MFileFilter ff,
                                Object auxInfo)
        Constructor
        Parameters:
        name - name of collection
        dirName - top directory name
        wantSubdirs - if want subdirectories
        ff - optional FilenameFilter (may be null) - applies only to non-directories
        auxInfo - optional info added to each MFile