Uses of Class
org.sonatype.maven.polyglot.atom.parsing.Id
Packages that use Id
-
Uses of Id in org.sonatype.maven.polyglot.atom.parsing
Fields in org.sonatype.maven.polyglot.atom.parsing declared as IdFields in org.sonatype.maven.polyglot.atom.parsing with type parameters of type IdMethods in org.sonatype.maven.polyglot.atom.parsing that return IdModifier and TypeMethodDescriptionProject.getProjectId()
private Id
AtomParser.id()
Id of a project definition.private Id
AtomParser.id
(boolean allowNullVersion) Methods in org.sonatype.maven.polyglot.atom.parsing that return types with arguments of type IdModifier and TypeMethodDescriptionAtomParser.dependencies
(Token.Kind kind, boolean allowNullVersion) Dependencies of a project.Project.getDeps()
Project.getOverrides()
Constructors in org.sonatype.maven.polyglot.atom.parsing with parameters of type IdModifierConstructorDescriptionProject
(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, ScmElement scm)