Class Project
- java.lang.Object
-
- org.sonatype.maven.polyglot.atom.parsing.Project
-
public class Project extends Object
- Author:
- dhanji@gmail.com (Dhanji R. Prasanna)
-
-
Constructor Summary
Constructors Constructor Description Project(Id projectId, org.apache.maven.model.Parent parent, String packaging, List<Property> properties, Repositories repositories, String description, String url, List<Id> overrides, List<Id> deps, List<String> modules, List<org.apache.maven.model.Plugin> pluginOverrides, List<org.apache.maven.model.Plugin> plugins, Map<String,String> dirs, org.sonatype.maven.polyglot.atom.parsing.ScmElement scm)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Id>
getDeps()
String
getDescription()
Map<String,String>
getDirs()
List<String>
getModules()
List<Id>
getOverrides()
String
getPackaging()
org.apache.maven.model.Parent
getParent()
List<org.apache.maven.model.Plugin>
getPluginOverrides()
List<org.apache.maven.model.Plugin>
getPlugins()
Id
getProjectId()
List<Property>
getProperties()
Repositories
getRepositories()
org.sonatype.maven.polyglot.atom.parsing.ScmElement
getScm()
String
getUrl()
org.apache.maven.model.Model
toMavenModel()
-
-
-
Constructor Detail
-
Project
public Project(Id projectId, org.apache.maven.model.Parent parent, String packaging, List<Property> properties, Repositories repositories, String description, String url, List<Id> overrides, List<Id> deps, List<String> modules, List<org.apache.maven.model.Plugin> pluginOverrides, List<org.apache.maven.model.Plugin> plugins, Map<String,String> dirs, org.sonatype.maven.polyglot.atom.parsing.ScmElement scm)
-
-
Method Detail
-
getProjectId
public Id getProjectId()
-
getParent
public org.apache.maven.model.Parent getParent()
-
getPackaging
public String getPackaging()
-
getPlugins
public List<org.apache.maven.model.Plugin> getPlugins()
-
getPluginOverrides
public List<org.apache.maven.model.Plugin> getPluginOverrides()
-
getRepositories
public Repositories getRepositories()
-
getDescription
public String getDescription()
-
getUrl
public String getUrl()
-
toMavenModel
public org.apache.maven.model.Model toMavenModel()
-
getScm
public org.sonatype.maven.polyglot.atom.parsing.ScmElement getScm()
-
-