public class Model extends Object implements Serializable
| Constructor and Description |
|---|
Model() |
| Modifier and Type | Method and Description |
|---|---|
ProfileNode |
findProfile(String name) |
String |
getModelEncoding()
Get the modelEncoding field.
|
List<ProfileNode> |
getProfiles()
Method getProfiles.
|
Properties |
getProperties()
Method getProperties.
|
List<SourceNode> |
getSources()
Method getSources.
|
String |
getVersion()
Get the version field.
|
void |
setModelEncoding(String modelEncoding)
Set the modelEncoding field.
|
void |
setProfiles(List<ProfileNode> profiles)
Set the profiles field.
|
void |
setProperties(Properties properties)
Set the properties field.
|
void |
setSources(List<SourceNode> sources)
Set the sources field.
|
void |
setVersion(String version)
Set the version field.
|
public String getModelEncoding()
public List<ProfileNode> getProfiles()
public Properties getProperties()
public List<SourceNode> getSources()
public String getVersion()
public void setModelEncoding(String modelEncoding)
modelEncoding - public void setProfiles(List<ProfileNode> profiles)
profiles - public void setProperties(Properties properties)
properties - public void setSources(List<SourceNode> sources)
sources - public void setVersion(String version)
version - public ProfileNode findProfile(String name)
Copyright © 2008–2021 Sonatype. All rights reserved.