|
|||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | ||||||||
java.lang.Objectcom.beetle.framework.util.file.Dir
public class Dir
| 构造方法摘要 | |
|---|---|
Dir()
|
|
| 方法摘要 | |
|---|---|
static java.util.List |
getCurrentDirectoryFileNames(java.lang.String dirPath,
boolean includePath)
列出某个目录下所有的文件名 |
static java.util.List |
getCurrentDirectoryFileNames(java.lang.String dirPath,
boolean includePath,
java.lang.String suffixname)
列出某个目录下所有的文件名 |
static void |
main(java.lang.String[] args)
|
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public Dir()
| 方法详细信息 |
|---|
public static final java.util.List getCurrentDirectoryFileNames(java.lang.String dirPath,
boolean includePath)
dirPath - includePath - -true文件名包含路径,false不带路径
public static final java.util.List getCurrentDirectoryFileNames(java.lang.String dirPath,
boolean includePath,
java.lang.String suffixname)
dirPath - includePath - '.txt'
public static void main(java.lang.String[] args)
|
|||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | ||||||||