public class DependencySetOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
private List<String> |
excludes
Sets of excluded files.
|
private List<String> |
includes
Sets of included files.
|
private boolean |
useDefaultExcludes
Whether standard exclusion patterns, such as those matching CVS and Subversion
metadata files, signature files should be used when calculating the files affected by this set.
|
| Constructor and Description |
|---|
DependencySetOptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
addExclude(String string) |
void |
addInclude(String string) |
List<String> |
getExcludes() |
List<String> |
getIncludes() |
boolean |
isUseDefaultExcludes()
Get whether standard exclusion patterns, such as those matching CVS and Subversion metadata
files, signature files should be used when calculating the files affected by this set.
|
void |
removeExclude(String string) |
void |
removeInclude(String string) |
void |
setExcludes(List<String> excludes)
Set the set of file and/or directory patterns for matching items to be excluded from an archive
as it is embedded.
|
void |
setIncludes(List<String> includes)
Set set of file and/or directory patterns for matching items to be included from an archive
as it is embedded.
|
void |
setUseDefaultExcludes(boolean useDefaultExcludes)
Set whether standard exclusion patterns, such as those matching CVS and Subversion
metadata files, signature files , should be used when calculating the files affected by this set.
|
private boolean useDefaultExcludes
public void addExclude(String string)
public void addInclude(String string)
public boolean isUseDefaultExcludes()
public void removeExclude(String string)
public void removeInclude(String string)
public void setExcludes(List<String> excludes)
excludes - the list of excludespublic void setIncludes(List<String> includes)
includes - the list of includespublic void setUseDefaultExcludes(boolean useDefaultExcludes)
useDefaultExcludes - whether or not the default excludes should be used when computing the file set.Copyright © 2018. All rights reserved.