PatternSet

Standalone implementation of PatternFilterable.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open val excludes: Set<String>
Link copied to clipboard
Link copied to clipboard
open val includes: Set<String>
Link copied to clipboard

Functions

Link copied to clipboard
open fun addToAntBuilder(node: Any, childNodeName: String): Any
Link copied to clipboard
open fun copyFrom(sourcePattern: PatternFilterable): PatternSet
Link copied to clipboard
open fun equals(@Nullable o: Any): Boolean
Link copied to clipboard
open fun exclude(closure: Closure): PatternSet
open fun exclude(excludes: Iterable): PatternSet
open fun exclude(excludes: Array<String>): PatternSet
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun getExcludes(): Set<String>
Link copied to clipboard
abstract fun getIncludes(): Set<String>
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun include(closure: Closure): PatternSet
open fun include(includes: Iterable): PatternSet
open fun include(includes: Array<String>): PatternSet
Link copied to clipboard
Link copied to clipboard
open fun intersect(): PatternSet
Link copied to clipboard
Link copied to clipboard
open fun isEmpty(): Boolean
The PatternSet is considered empty when no includes or excludes have been added.
Link copied to clipboard
open fun setCaseSensitive(caseSensitive: Boolean)
Link copied to clipboard
open fun setExcludes(excludes: Iterable<String>): PatternSet
Link copied to clipboard
open fun setIncludes(includes: Iterable<String>): PatternSet