Guvnor - Project API 6.2.0.CR3

org.guvnor.common.services.project.model
Class POM

java.lang.Object
  extended by org.guvnor.common.services.project.model.POM

@Portable
public class POM
extends Object


Constructor Summary
POM()
           
POM(GAV gav)
           
POM(String name, String description, GAV gav)
           
POM(String name, String description, GAV gav, boolean multiModule)
           
 
Method Summary
 void addRepository(Repository repository)
           
 boolean equals(Object o)
           
 List<Dependency> getDependencies()
           
 String getDescription()
           
 GAV getGav()
           
 String getModelVersion()
           
 List<String> getModules()
           
 String getName()
           
 GAV getParent()
           
 List<Repository> getRepositories()
           
 int hashCode()
           
 boolean hasParent()
           
 boolean isMultiModule()
           
 void setDescription(String description)
           
 void setModules(List<String> modules)
           
 void setMultiModule(boolean multiModule)
           
 void setName(String name)
           
 void setParent(GAV parent)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

POM

public POM()

POM

public POM(GAV gav)

POM

public POM(String name,
           String description,
           GAV gav)

POM

public POM(String name,
           String description,
           GAV gav,
           boolean multiModule)
Method Detail

getGav

public GAV getGav()

getDependencies

public List<Dependency> getDependencies()

addRepository

public void addRepository(Repository repository)

getRepositories

public List<Repository> getRepositories()

getModelVersion

public String getModelVersion()

getName

public String getName()

setName

public void setName(String name)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getParent

public GAV getParent()

setParent

public void setParent(GAV parent)

getModules

public List<String> getModules()

setModules

public void setModules(List<String> modules)

isMultiModule

public boolean isMultiModule()

setMultiModule

public void setMultiModule(boolean multiModule)

hasParent

public boolean hasParent()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

Guvnor - Project API 6.2.0.CR3

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.