1 | public void setIncludes(String includes) {↵ | | 1 | public void setIncludes(String includes) {↵
|
2 | this.includes = includes;↵ | | 2 | this.includes = includes;↵
|
3 | }↵ | | 3 | }↵
|
|
|
4 | /**↵ | | 4 | /**↵
|
5 | * Gets the patterns from the include filter. Rather that duplicate the↵ | | 5 | * Gets the patterns from the include filter. Rather that duplicate the↵
|
6 | * details of AntStarTeanCheckOut's filtering here, refer to these↵ | | 6 | * details of AntStarTeamCheckOut's filtering here, refer to these↵
|
7 | links:↵ | | 7 | * links:↵
|
8 | *↵ | | 8 | *↵
|
9 | * @return A string of filter patterns separated by spaces.↵ | | 9 | * @return A string of filter patterns separated by spaces.↵
|
10 | * @see #setIncludes(String includes)↵ | | 10 | * @see #setIncludes(String includes)↵
|
11 | * @see #setExcludes(String excludes)↵ | | 11 | * @see #setExcludes(String excludes)↵
|
12 | * @see #getExcludes()↵ | | 12 | * @see #getExcludes()↵
|
13 | */↵ | | 13 | */↵
|
14 | public String getIncludes() {↵ | | 14 | public String getIncludes() {↵
|
15 | return includes | | 15 | return includes
|