public class DefaultNDescriptorLicense extends Object implements NDescriptorLicense
| Constructor and Description |
|---|
DefaultNDescriptorLicense(NDescriptorLicense other) |
DefaultNDescriptorLicense(String id,
String name,
String url,
String distribution,
String comments,
String date,
Map<String,String> properties) |
| Modifier and Type | Method and Description |
|---|---|
NDescriptorLicenseBuilder |
builder() |
String |
getComments() |
String |
getDate() |
String |
getDistribution() |
String |
getId() |
String |
getName() |
Map<String,String> |
getProperties() |
String |
getUrl() |
NDescriptorLicense |
readOnly() |
public DefaultNDescriptorLicense(NDescriptorLicense other)
public String getName()
getName in interface NDescriptorLicensepublic String getUrl()
getUrl in interface NDescriptorLicensepublic String getDistribution()
getDistribution in interface NDescriptorLicensepublic String getComments()
getComments in interface NDescriptorLicensepublic String getId()
getId in interface NDescriptorLicensepublic String getDate()
getDate in interface NDescriptorLicensepublic Map<String,String> getProperties()
getProperties in interface NDescriptorLicensepublic NDescriptorLicense readOnly()
readOnly in interface NDescriptorLicensepublic NDescriptorLicenseBuilder builder()
builder in interface NDescriptorLicenseCopyright © 2026 vpc open source initiative. All rights reserved.