Uses of Interface
org.jboss.shrinkwrap.descriptor.api.connector10.License
-
Packages that use License Package Description org.jboss.shrinkwrap.descriptor.api.connector10 Provides the interfaces and enumeration types as defined in the schemaorg.jboss.shrinkwrap.descriptor.impl.connector10 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 License Modifier and Type Method Description License<T>License. description(String description)Sets thedescriptionelementLicense<Connector<T>>Connector. getOrCreateLicense()If not already created, a newlicenseelement with the given value will be created.License<ConnectorDescriptor>ConnectorDescriptor. getOrCreateLicense()If not already created, a newlicenseelement with the given value will be created.License<T>License. licenseRequired(String licenseRequired)Sets thelicense-requiredelementLicense<T>License. removeDescription()Removes thedescriptionelementLicense<T>License. removeLicenseRequired()Removes thelicense-requiredelement -
Uses of License in org.jboss.shrinkwrap.descriptor.impl.connector10
Classes in org.jboss.shrinkwrap.descriptor.impl.connector10 that implement License Modifier and Type Class Description classLicenseImpl<T>This class implements thelicensexsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.connector10 that return License Modifier and Type Method Description License<T>LicenseImpl. description(String description)Sets thedescriptionelementLicense<ConnectorDescriptor>ConnectorDescriptorImpl. getOrCreateLicense()If not already created, a newlicenseelement with the given value will be created.License<Connector<T>>ConnectorImpl. getOrCreateLicense()If not already created, a newlicenseelement with the given value will be created.License<T>LicenseImpl. licenseRequired(String licenseRequired)Sets thelicense-requiredelementLicense<T>LicenseImpl. removeDescription()Removes thedescriptionelementLicense<T>LicenseImpl. removeLicenseRequired()Removes thelicense-requiredelement
-