public interface IjLibraryFactoryResolver
Modifier and Type | Method and Description |
---|---|
Path |
getPath(SourcePath path)
Does it get an absolute path? Does it get a relative path? Who knows!
|
Optional<SourcePath> |
getPathIfJavaLibrary(TargetNode<?> targetNode) |
Path getPath(SourcePath path)
Optional<SourcePath> getPathIfJavaLibrary(TargetNode<?> targetNode)
targetNode
- node to look up.