- java.lang.Object
-
- jp.cafebabe.kunai.entries.PathEntry
-
-
Constructor Summary
Constructors Constructor Description PathEntry(Path path, PathResolver source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClassNameclassName()booleanendsWith(String suffix)booleanisName(String name)InputStreamopenStream()Pathpath()StringtoString()
-
-
-
Constructor Detail
-
PathEntry
public PathEntry(Path path, PathResolver source)
-
-
Method Detail
-
openStream
public InputStream openStream() throws IOException
- Specified by:
openStreamin interfaceEntry- Throws:
IOException
-
-