List> res = new PathspecParser(factoryInstance, javaSourceFacet, "~.project.shell");
Where factoryInstance is an instance of {@link ResourceFactory}, javaSourceFacet is a {@link JavaSourceFacet} instance, from the current project, with which the relative result for ~.* will becalculated. Wildcards * and ? are accepted.
@author Lincoln Baxter
|
|
|
|
|
|
|
|