| Package | Description |
|---|---|
| org.bridje.vfs | |
| org.bridje.vfs.impl |
| Modifier and Type | Method and Description |
|---|---|
VFile[] |
VFile.search(GlobExpr globExpr)
This method we utilized it when we want to search any file inside of the
path for example: VFile[] files = file.search(new GlobExpr("*.txt"));
this code return VFile[] with all files with txt extension, we can
utilize in the quest any regular expression.
|
void |
FileSource.search(GlobExpr globExpr,
File pathFile,
Path path,
List<Path> files)
Search for all the files that match the globExpr provided.
|
List<Path> |
VfsSource.search(GlobExpr globExpr,
Path path)
This method we utilized it when we want to search any file inside of the
path
|
VFile[] |
VfsService.search(GlobExpr globExpr,
Path path)
This method we utilized it when we want to search any file inside of the
path
|
List<Path> |
FileSource.search(GlobExpr globExpr,
Path path) |
List<Path> |
CpSource.search(GlobExpr globExpr,
Path path) |
void |
CpSource.search(GlobExpr globExpr,
Path path,
List<Path> files)
Search for all the files that match the globExpr provided.
|
| Modifier and Type | Method and Description |
|---|---|
List<Path> |
VfsSourceWrapper.search(GlobExpr globExpr,
Path path) |
Copyright © 2015–2017 Bridje Framework. All rights reserved.