|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sonatype.gossip.model.Model
public class Model
Class Model.
Constructor Summary | |
---|---|
Model()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Model()
Method Detail |
---|
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |