Uses of Class
net.sf.mmm.util.file.api.FileType

Packages that use FileType
net.sf.mmm.util.file.api Provides the API for utilities that help to deal with Files. 
net.sf.mmm.util.file.base Contains public implementations of File-utilities. 
 

Uses of FileType in net.sf.mmm.util.file.api
 

Methods in net.sf.mmm.util.file.api that return FileType
static FileType FileType.getType(File file)
          This method determines the type of a file.
static FileType FileType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FileType[] FileType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.mmm.util.file.api with parameters of type FileType
 boolean FileUtil.collectMatchingFiles(File cwd, String path, FileType fileType, List<File> list)
          This method adds all files matching the given path and fileType to the list.
 File[] FileUtil.getMatchingFiles(File cwd, String path, FileType fileType)
          This method gets all files matching to the given path and fileType.
 

Uses of FileType in net.sf.mmm.util.file.base
 

Fields in net.sf.mmm.util.file.base declared as FileType
private  FileType PatternFileFilter.fileType
          The type of the acceptable files or null if any type is acceptable.
 

Methods in net.sf.mmm.util.file.base with parameters of type FileType
private  void FileUtilImpl.collectMatchingFiles(File cwd, FileUtilImpl.PathSegment[] segments, int segmentIndex, FileType fileType, List<File> list)
          This method adds all files matching to the given path and fileType to the list.
 boolean FileUtilImpl.collectMatchingFiles(File cwd, String path, FileType fileType, List<File> list)
          This method adds all files matching the given path and fileType to the list.
 File[] FileUtilImpl.getMatchingFiles(File cwd, String path, FileType fileType)
          This method gets all files matching to the given path and fileType.
 

Constructors in net.sf.mmm.util.file.base with parameters of type FileType
PatternFileFilter(Pattern filenamePattern, FileType type)
          The constructor.
PatternFileFilter(String filenamePattern, FileType type)
          The constructor.
 



Copyright © 2001-2010 mmm-Team. All Rights Reserved.