| Modifier and Type | Method and Description |
|---|---|
static boolean |
NPomXmlParser.appendOrReplaceDependency(NPomDependency dependency,
Element dependencyElement,
Element dependenciesElement,
Map<String,String> props,
PomDomVisitor visitor,
PomDomVisitorContext context,
net.thevpc.nuts.runtime.standalone.repository.impl.maven.pom.NPomXmlParser.PomMode mode) |
static Element |
NPomXmlParser.createDependencyElement(Document doc,
NPomDependency dep) |
| Modifier and Type | Method and Description |
|---|---|
NPomDependency[] |
NPom.getDependencies() |
NPomDependency[] |
NPomProfile.getDependencies() |
NPomDependency[] |
NPom.getDependenciesManagement() |
NPomDependency[] |
NPomProfile.getDependenciesManagement() |
NPomDependency |
NPomDependencyNode.getObject() |
NPomDependency |
NPomDependency.setArtifactId(String artifactId) |
NPomDependency |
NPomDependency.setClassifier(String classifier) |
NPomDependency |
NPomDependency.setExclusions(NPomId[] exclusions) |
NPomDependency |
NPomDependency.setGroupId(String groupId) |
NPomDependency |
NPomDependency.setOptional(String optional) |
NPomDependency |
NPomDependency.setScope(String scope) |
NPomDependency |
NPomDependency.setVersion(String version) |
| Modifier and Type | Method and Description |
|---|---|
void |
NPomDependenciesNode.appendChild(NPomDependency dependency) |
boolean |
NPomDependency.equalsLongName(NPomDependency other) |
boolean |
NPomDependency.equalsShortName(NPomDependency other) |
void |
NPomDependenciesNode.remove(NPomDependency dependency) |
void |
NPomDependenciesNode.removeAllChildren(NPomDependency dependency) |
NPom |
NPom.setDependencies(NPomDependency[] dependencies) |
NPomProfile |
NPomProfile.setDependencies(NPomDependency[] dependencies) |
NPom |
NPom.setDependenciesManagement(NPomDependency[] dependenciesManagement) |
NPomProfile |
NPomProfile.setDependenciesManagement(NPomDependency[] dependenciesManagement) |
| Constructor and Description |
|---|
NPom(String groupId,
String artifactId,
String version,
String packaging,
NPomId parent,
String name,
String desc,
String url,
String inceptionYear,
Map<String,String> properties,
NPomDependency[] dependencies,
NPomDependency[] dependenciesManagement,
NPomRepository[] repositories,
NPomRepository[] pluginRepositories,
String[] modules,
NPomProfile[] profiles,
NPomContributor[] contributors,
NPomContributor[] developers,
NPomLicense[] licenses,
Document xml) |
NPom(String groupId,
String artifactId,
String version,
String packaging,
NPomId parent,
String name,
String desc,
String url,
String inceptionYear,
Map<String,String> properties,
NPomDependency[] dependencies,
NPomDependency[] dependenciesManagement,
NPomRepository[] repositories,
NPomRepository[] pluginRepositories,
String[] modules,
NPomProfile[] profiles,
NPomContributor[] contributors,
NPomContributor[] developers,
NPomLicense[] licenses,
Document xml) |
| Modifier and Type | Method and Description |
|---|---|
void |
PomDependenciesObj.appendChild(NPomDependency dependency) |
void |
PomDependenciesObj.remove(NPomDependency dependency) |
void |
PomDependenciesObj.removeAllChildren(NPomDependency dependency) |
| Constructor and Description |
|---|
PomDependencyObj(Element element,
NPomDependency object,
Document document) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NDependency[] |
MavenUtils.toNutsDependencies(NPomDependency[] deps,
NPom pom,
NPomProfileActivation ac,
String profile) |
net.thevpc.nuts.NDependency |
MavenUtils.toNutsDependency(NPomDependency d,
NPom pom,
NPomProfileActivation a,
String profile) |
Copyright © 2025 vpc open source initiative. All rights reserved.