- 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 ClassName
className()
boolean
endsWith(String suffix)
boolean
isName(String name)
InputStream
openStream()
Path
path()
String
toString()
-
-
-
Constructor Detail
-
PathEntry
public PathEntry(Path path, PathResolver source)
-
-
Method Detail
-
openStream
public InputStream openStream() throws IOException
- Specified by:
openStream
in interfaceEntry
- Throws:
IOException
-
-