public class DependencyFilesetsConfiguration extends Object implements Serializable
Constructor and Description |
---|
DependencyFilesetsConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getModelEncoding()
Get the modelEncoding field.
|
String |
getPrefix()
Get string to prepend to all fileset IDs.
|
String |
getProjectDependenciesId()
Get refId for the fileset containing all project
dependencies.
|
String |
getScopes()
Get comma separated list of artifact scopes to include.
|
String |
getTypes()
Get comma separated list of artifact types to include.
|
void |
setModelEncoding(String modelEncoding)
Set the modelEncoding field.
|
void |
setPrefix(String prefix)
Set string to prepend to all fileset IDs.
|
void |
setProjectDependenciesId(String projectDependenciesId)
Set refId for the fileset containing all project
dependencies.
|
void |
setScopes(String scopes)
Set comma separated list of artifact scopes to include.
|
void |
setTypes(String types)
Set comma separated list of artifact types to include.
|
public String getModelEncoding()
public String getPrefix()
public String getProjectDependenciesId()
public String getScopes()
public String getTypes()
public void setModelEncoding(String modelEncoding)
modelEncoding
- public void setPrefix(String prefix)
prefix
- public void setProjectDependenciesId(String projectDependenciesId)
projectDependenciesId
- public void setScopes(String scopes)
scopes
- public void setTypes(String types)
types
- Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.