public interface ISourceFolder
| Modifier and Type | Method and Description |
|---|---|
default boolean |
contains(org.eclipse.emf.common.util.URI uri) |
default java.util.List<org.eclipse.emf.common.util.URI> |
getAllResources(org.eclipse.xtext.util.IFileSystemScanner scanner) |
java.lang.String |
getName()
The logical name of the source folder, like "src/main/java"
|
org.eclipse.emf.common.util.URI |
getPath()
The (platform dependent) physical location of the source folder.
|
java.lang.String getName()
org.eclipse.emf.common.util.URI getPath()
default boolean contains(org.eclipse.emf.common.util.URI uri)
uri - to checkURI is a sub element of the URI of this ISourceFolder.default java.util.List<org.eclipse.emf.common.util.URI> getAllResources(org.eclipse.xtext.util.IFileSystemScanner scanner)
IFileSystemScanner.scan(URI, IAcceptor)