Package org.eclipse.jetty.webapp
Class ClasspathPattern.LocationEntry
- java.lang.Object
-
- org.eclipse.jetty.webapp.ClasspathPattern.Entry
-
- org.eclipse.jetty.webapp.ClasspathPattern.LocationEntry
-
- Enclosing class:
- ClasspathPattern
private static class ClasspathPattern.LocationEntry extends ClasspathPattern.Entry
-
-
Field Summary
Fields Modifier and Type Field Description private java.io.File
_file
-
Constructor Summary
Constructors Modifier Constructor Description protected
LocationEntry(java.lang.String name, boolean inclusive)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.File
getFile()
-
Methods inherited from class org.eclipse.jetty.webapp.ClasspathPattern.Entry
equals, getName, getPattern, hashCode, isInclusive, toString
-
-