-
- All Known Implementing Classes:
PathEntry
public interface Entry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ClassName
className()
boolean
endsWith(String suffix)
default boolean
isClass()
boolean
isName(String name)
default URI
loadFrom()
InputStream
openStream()
Path
path()
-
-
-
Method Detail
-
openStream
InputStream openStream() throws IOException
- Throws:
IOException
-
className
ClassName className()
-
isClass
default boolean isClass()
-
endsWith
boolean endsWith(String suffix)
-
isName
boolean isName(String name)
-
loadFrom
default URI loadFrom()
-
path
Path path()
-
-