| Constructor and Description |
|---|
LicenseImpl(T t,
String nodeName,
org.jboss.shrinkwrap.descriptor.spi.node.Node node) |
LicenseImpl(T t,
String nodeName,
org.jboss.shrinkwrap.descriptor.spi.node.Node node,
org.jboss.shrinkwrap.descriptor.spi.node.Node childNode) |
| Modifier and Type | Method and Description |
|---|---|
License<T> |
description(String description)
Sets the
description element |
String |
getDescription()
Returns the
description element |
String |
getLicenseRequired()
Returns the
license-required element |
License<T> |
licenseRequired(String licenseRequired)
Sets the
license-required element |
License<T> |
removeDescription()
Removes the
description element |
License<T> |
removeLicenseRequired()
Removes the
license-required element |
T |
up() |
public LicenseImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node)
public License<T> description(String description)
description elementdescription in interface License<T>description - the value for the element descriptionLicensepublic String getDescription()
description elementgetDescription in interface License<T>descriptionpublic License<T> removeDescription()
description elementremoveDescription in interface License<T>Licensepublic License<T> licenseRequired(String licenseRequired)
license-required elementlicenseRequired in interface License<T>licenseRequired - the value for the element license-requiredLicensepublic String getLicenseRequired()
license-required elementgetLicenseRequired in interface License<T>license-requiredpublic License<T> removeLicenseRequired()
license-required elementremoveLicenseRequired in interface License<T>LicenseCopyright © 2021 JBoss by Red Hat. All rights reserved.