| Package | Description |
|---|---|
| net.thevpc.nuts.runtime.standalone.repository.impl.maven.pom |
| Modifier and Type | Method and Description |
|---|---|
PomProfile[] |
Pom.getProfiles() |
static PomProfile |
PomXmlParser.parseProfile(Element profile,
net.thevpc.nuts.NutsSession session) |
PomProfile |
PomProfile.setActivation(PomProfileActivation activation) |
PomProfile |
PomProfile.setDependencies(PomDependency[] dependencies) |
PomProfile |
PomProfile.setDependenciesManagement(PomDependency[] dependenciesManagement) |
PomProfile |
PomProfile.setId(String id) |
PomProfile |
PomProfile.setModules(String[] modules) |
PomProfile |
PomProfile.setPluginRepositories(PomRepository[] pluginRepositories) |
PomProfile |
PomProfile.setProperties(Map<String,String> properties) |
PomProfile |
PomProfile.setRepositories(PomRepository[] repositories) |
| Modifier and Type | Method and Description |
|---|---|
void |
PomDomVisitorAdapter.visitEndProfile(Element profile,
PomProfile p) |
void |
PomDomVisitor.visitEndProfile(Element profile,
PomProfile p) |
void |
PomDomVisitorAdapter.visitEndProfiles(Element elem1,
PomProfile[] arr) |
void |
PomDomVisitor.visitEndProfiles(Element elem1,
PomProfile[] arr) |
| Constructor and Description |
|---|
Pom(String groupId,
String artifactId,
String version,
String packaging,
PomId parent,
String name,
String desc,
String url,
String inceptionYear,
Map<String,String> properties,
PomDependency[] dependencies,
PomDependency[] dependenciesManagement,
PomRepository[] repositories,
PomRepository[] pluginRepositories,
String[] modules,
PomProfile[] profiles,
Document xml) |
Copyright © 2022 vpc open source initiative. All rights reserved.