Guvnor - Project API 6.2.0.Beta2

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)
           
 List<Dependency> getDependencies()
           
 String getDescription()
           
 GAV getGav()
           
 String getModelVersion()
           
 List<String> getModules()
           
 String getName()
           
 POM getParent()
           
 List<Repository> getRepositories()
           
 boolean isMultiModule()
           
 void setDescription(String description)
           
 void setModules(List<String> modules)
           
 void setMultiModule(boolean multiModule)
           
 void setName(String name)
           
 void setParent(POM parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, 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 POM getParent()

setParent

public void setParent(POM parent)

getModules

public List<String> getModules()

setModules

public void setModules(List<String> modules)

isMultiModule

public boolean isMultiModule()

setMultiModule

public void setMultiModule(boolean multiModule)

Guvnor - Project API 6.2.0.Beta2

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