List> res = new PathspecParser(factoryInstance, relativeResource, "../../foobar");
Where factoryInstance is an instance of {@link ResourceFactory}, relativeResource is a resource, such as a file or directory, for which the relative result for ../../foobar will be calculated. Wildcards * and ? are accepted.
@author Mike Brock
|
|
|
|