Boolean byLocation=locationFile == null ? null : _locations.isIncludedAndNotExcluded(locationFile.toPath()); | Boolean byLocation=location == null ? null : _locations.isIncludedAndNotExcluded(Paths.get(location)); | locationFile.toPath() | Paths.get(locationFile) | jetty.project | 9e65d1ebcb7ae5ac709f9dd2443ad80967a866f0 | org.eclipse.jetty.webapp.ClasspathPattern | | | | | | Uses | True |