Uses of Interface
org.jboss.shrinkwrap.descriptor.api.connector10.License
Packages that use License
Package
Description
Provides the interfaces and enumeration types as defined in the schema
Provides the implementation classes as defined in the schema
-
Uses of License in org.jboss.shrinkwrap.descriptor.api.connector10
Methods in org.jboss.shrinkwrap.descriptor.api.connector10 that return LicenseModifier and TypeMethodDescriptionLicense.description(String description) Sets thedescriptionelementConnector.getOrCreateLicense()If not already created, a newlicenseelement with the given value will be created.ConnectorDescriptor.getOrCreateLicense()If not already created, a newlicenseelement with the given value will be created.License.licenseRequired(String licenseRequired) Sets thelicense-requiredelementLicense.removeDescription()Removes thedescriptionelementLicense.removeLicenseRequired()Removes thelicense-requiredelement -
Uses of License in org.jboss.shrinkwrap.descriptor.impl.connector10
Classes in org.jboss.shrinkwrap.descriptor.impl.connector10 that implement LicenseMethods in org.jboss.shrinkwrap.descriptor.impl.connector10 that return LicenseModifier and TypeMethodDescriptionLicenseImpl.description(String description) Sets thedescriptionelementConnectorDescriptorImpl.getOrCreateLicense()If not already created, a newlicenseelement with the given value will be created.ConnectorImpl.getOrCreateLicense()If not already created, a newlicenseelement with the given value will be created.LicenseImpl.licenseRequired(String licenseRequired) Sets thelicense-requiredelementLicenseImpl.removeDescription()Removes thedescriptionelementLicenseImpl.removeLicenseRequired()Removes thelicense-requiredelement