Interface JTextSourceRoot
- All Superinterfaces:
Iterable<JTextSource>
- All Known Implementing Classes:
JTextSourceFile, JTextSourceFileURL, JTextSourceFolderURL, JTextSourceResourceFile, JTextSourceResourcesFolder, JTextSourceString
-
Method Summary
Modifier and TypeMethodDescriptiongetId()iterate(JTextSourceReport log) default Iterator<JTextSource> iterator()Methods inherited from interface Iterable
forEach, spliterator
-
Method Details
-
getId
String getId() -
iterate
-
iterator
- Specified by:
iteratorin interfaceIterable<JTextSource>
-