-
public class PathResolver
extends Object
Resolve a file that might contain (~,*,?) to its proper parentPath
Returns a list of files.
- Author:
- Ståle W. Pedersen
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
PathResolver
public PathResolver()
-
Method Detail
-
resolvePath
public static List<File> resolvePath(File incPath,
File cwd)
1. find the absolute root directory
2. check for wildcards
- Parameters:
incPath
-
cwd
-
- Returns:
Copyright © 2019 JBoss, a division of Red Hat, Inc.. All Rights Reserved.