-
- 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 InputStreamopenStream(Path path)ClassNameparseClassName(Path path)default ClassNameresolveClassName(Path path)
-
-
-
Method Detail
-
openStream
InputStream openStream(Path path) throws IOException
- Throws:
IOException
-
resolveClassName
default ClassName resolveClassName(Path path) throws IOException
- Throws:
IOException
-
-