-
- All Known Implementing Classes:
ClassFileDataSource
,DirectoryDataSource
,JarFileDataSource
,PlainFileDataSource
,WarFileDataSource
public interface PathResolver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description InputStream
openStream(Path path)
ClassName
parseClassName(Path path)
default ClassName
resolveClassName(Path path)
-
-
-
Method Detail
-
openStream
InputStream openStream(Path path) throws IOException
- Throws:
IOException
-
resolveClassName
default ClassName resolveClassName(Path path) throws IOException
- Throws:
IOException
-
-