public interface ReadSourceInfos
| Modifier and Type | Method and Description |
|---|---|
SourceInfo |
get(VirtualFileRef sourceFile)
Returns the
sourceInfo associated with a source file. |
java.util.Map<VirtualFileRef,SourceInfo> |
getAllSourceInfos()
Returns a map of all source files with their corresponding source infos.
|
SourceInfo get(VirtualFileRef sourceFile)
sourceInfo associated with a source file.sourceFile - The source info associated with a source file.sourceInfo.java.util.Map<VirtualFileRef,SourceInfo> getAllSourceInfos()
SourceInfo