com.hankcs.hanlp.corpus.io
类 FolderWalker

java.lang.Object
  继承者 com.hankcs.hanlp.corpus.io.FolderWalker

public class FolderWalker
extends Object

遍历目录工具类

作者:
hankcs

构造方法摘要
FolderWalker()
           
 
方法摘要
static List<File> open(String path)
          打开一个目录,获取全部的文件名
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

FolderWalker

public FolderWalker()
方法详细信息

open

public static List<File> open(String path)
打开一个目录,获取全部的文件名

参数:
path -
返回:


Copyright © 2014–2015 码农场. All rights reserved.