- 
- All Known Implementing Classes:
 PathEntry
public interface Entry 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ClassNameclassName()booleanendsWith(String suffix)default booleanisClass()booleanisName(String name)default URIloadFrom()InputStreamopenStream()Pathpath() 
 - 
 
- 
- 
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()
 
 - 
 
 -