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
Methods in org.sonatype.maven.polyglot.atom.parsing that return types with arguments of type Property Modifier and Type Method Description List<Property>
Project. getProperties()
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, 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)
-