Uses of Class
org.sonatype.maven.polyglot.atom.parsing.Property
-
Packages that use Property Package Description org.sonatype.maven.polyglot.atom.parsing -
-
Uses of Property in org.sonatype.maven.polyglot.atom.parsing
Fields in org.sonatype.maven.polyglot.atom.parsing with type parameters of type Property Modifier and Type Field Description private java.util.List<Property>
Project. properties
Methods in org.sonatype.maven.polyglot.atom.parsing that return Property Modifier and Type Method Description private Property
AtomParser. property()
Methods in org.sonatype.maven.polyglot.atom.parsing that return types with arguments of type Property Modifier and Type Method Description java.util.List<Property>
Project. getProperties()
private java.util.List<Property>
AtomParser. properties(Token.Kind kind)
Constructor parameters in org.sonatype.maven.polyglot.atom.parsing with type arguments of type Property Constructor Description Project(Id projectId, org.apache.maven.model.Parent parent, java.lang.String packaging, java.util.List<Property> properties, Repositories repositories, java.lang.String description, java.lang.String url, java.util.List<Id> overrides, java.util.List<Id> deps, java.util.List<java.lang.String> modules, java.util.List<org.apache.maven.model.Plugin> pluginOverrides, java.util.List<org.apache.maven.model.Plugin> plugins, java.util.Map<java.lang.String,java.lang.String> dirs, ScmElement scm)
-