Interface License<T>
- All Superinterfaces:
org.jboss.shrinkwrap.descriptor.api.Child<T>
- All Known Implementing Classes:
LicenseImpl
public interface License<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
This interface defines the contract for the
license xsd type-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) Sets thedescriptionelementReturns thedescriptionelementReturns thelicense-requiredelementlicenseRequired(String licenseRequired) Sets thelicense-requiredelementRemoves thedescriptionelementRemoves thelicense-requiredelementMethods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
-
Method Details
-
description
Sets thedescriptionelement- Parameters:
description- the value for the elementdescription- Returns:
- the current instance of
License
-
getDescription
String getDescription()Returns thedescriptionelement- Returns:
- the node defined for the element
description
-
removeDescription
Removes thedescriptionelement- Returns:
- the current instance of
License
-
licenseRequired
Sets thelicense-requiredelement- Parameters:
licenseRequired- the value for the elementlicense-required- Returns:
- the current instance of
License
-
getLicenseRequired
String getLicenseRequired()Returns thelicense-requiredelement- Returns:
- the node defined for the element
license-required
-
removeLicenseRequired
Removes thelicense-requiredelement- Returns:
- the current instance of
License
-