| Package | Description |
|---|---|
| net.thevpc.nuts.runtime.standalone.repository.impl.maven.pom.api |
| Modifier and Type | Method and Description |
|---|---|
NPomLicense[] |
NPom.getLicenses() |
NPomLicense |
NPomLicense.setComments(String comments) |
NPomLicense |
NPomLicense.setDistribution(String distribution) |
NPomLicense |
NPomLicense.setName(String name) |
NPomLicense |
NPomLicense.setUrl(String url) |
| Modifier and Type | Method and Description |
|---|---|
NPom |
NPom.setLicenses(NPomLicense[] licenses) |
| 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) |
Copyright © 2026 vpc open source initiative. All rights reserved.