public interface OtherSourcesExclude
JavaLikeRootProvider
but only handling the Other sources node display.
Note: the api is a bit simplistic for performance reasons, eg. if user reconfigures the src/main/webapp content to a different location in pom.xml we silently assume that
src/main/webapp doesn't exist then.Modifier and Type | Method and Description |
---|---|
Set<Path> |
excludedFolders()
Paths of sub-folders of src/main and src/test that should be excluded in Other
Sources node.
|