fun updateExclude(pattern: String): Unit
Adds a pattern to the set of exclude patterns. Files that matches to one of patterns will be excluded from the update installation.
pattern - Ant based file pattern
fun updateExclude(patterns: Set<String>): Unit
Adds a set of patterns to the set of exclude patterns. Files that matches to one of patterns will be excluded from the update installation.