public static interface CMakeCacheFileParser.EntryFilter
Instances of this interface may be passed to the
CMakeCacheFileParser() constructor of the
CMakeCacheFileParser class.
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(String key)
Tests whether or not the specified entry key should be included in a
set returned by
CMakeCacheFileParser.parse(java.io.Reader, de.marw.cmake.cmakecache.CMakeCacheFileParser.EntryFilter, java.util.Collection<de.marw.cmake.cmakecache.SimpleCMakeCacheEntry>, java.util.List<java.lang.String>). |
boolean accept(String key)
CMakeCacheFileParser.parse(java.io.Reader, de.marw.cmake.cmakecache.CMakeCacheFileParser.EntryFilter, java.util.Collection<de.marw.cmake.cmakecache.SimpleCMakeCacheEntry>, java.util.List<java.lang.String>).key - The entry key to be tested. Never nulltrue if and only if key should be
includedCopyright © 2016–2021. All rights reserved.