public abstract class CloseableFilterableJavaFileObjectIterable extends Object implements Iterable<JavaFileObject>
| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.cloud.function.compiler.java.MemoryBasedJavaFileManager.CompilationInfoCache |
compilationInfoCache |
protected boolean |
includeSubpackages |
protected String |
packageNameFilter |
| Constructor and Description |
|---|
CloseableFilterableJavaFileObjectIterable(org.springframework.cloud.function.compiler.java.MemoryBasedJavaFileManager.CompilationInfoCache compilationInfoCache,
String packageNameFilter,
boolean includeSubpackages) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
accept(String name)
Used by subclasses to check values against any specified constraints.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, iterator, spliteratorprotected String packageNameFilter
protected boolean includeSubpackages
protected org.springframework.cloud.function.compiler.java.MemoryBasedJavaFileManager.CompilationInfoCache compilationInfoCache
public CloseableFilterableJavaFileObjectIterable(org.springframework.cloud.function.compiler.java.MemoryBasedJavaFileManager.CompilationInfoCache compilationInfoCache,
String packageNameFilter,
boolean includeSubpackages)
protected boolean accept(String name)
name - the name to check against the criteriaCopyright © 2020 Pivotal Software, Inc.. All rights reserved.