public abstract class CloseableFilterableJavaFileObjectIterable extends Object implements Iterable<JavaFileObject>
| Constructor and Description |
|---|
CloseableFilterableJavaFileObjectIterable(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, spliteratorpublic CloseableFilterableJavaFileObjectIterable(String packageNameFilter, boolean includeSubpackages)
protected boolean accept(String name)
name - the name to check against the criteriaCopyright © 2017 Pivotal Software, Inc.. All rights reserved.