Uses of Class
org.sonatype.maven.polyglot.atom.parsing.Id
-
Packages that use Id Package Description org.sonatype.maven.polyglot.atom.parsing -
-
Uses of Id in org.sonatype.maven.polyglot.atom.parsing
Methods in org.sonatype.maven.polyglot.atom.parsing that return Id Modifier and Type Method Description Id
Project. getProjectId()
Methods in org.sonatype.maven.polyglot.atom.parsing that return types with arguments of type Id Modifier and Type Method Description List<Id>
Project. getDeps()
List<Id>
Project. getOverrides()
Constructors in org.sonatype.maven.polyglot.atom.parsing with parameters of type Id 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)
-