Uses of Interface
org.jboss.shrinkwrap.descriptor.api.connector15.LicenseType
-
Packages that use LicenseType Package Description org.jboss.shrinkwrap.descriptor.api.connector15 Provides the interfaces and enumeration types as defined in the schemaorg.jboss.shrinkwrap.descriptor.impl.connector15 Provides the implementation classes as defined in the schema -
-
Uses of LicenseType in org.jboss.shrinkwrap.descriptor.api.connector15
Methods in org.jboss.shrinkwrap.descriptor.api.connector15 that return LicenseType Modifier and Type Method Description LicenseType<T>LicenseType. description(String... values)Creates for all String objects representingdescriptionelements, a newdescriptionelementLicenseType<ConnectorDescriptor>ConnectorDescriptor. getOrCreateLicense()If not already created, a newlicenseelement with the given value will be created.LicenseType<ConnectorType<T>>ConnectorType. getOrCreateLicense()If not already created, a newlicenseelement with the given value will be created.LicenseType<T>LicenseType. id(String id)Sets theidattributeLicenseType<T>LicenseType. licenseRequired(Boolean licenseRequired)Sets thelicense-requiredelementLicenseType<T>LicenseType. removeAllDescription()Removes thedescriptionelementLicenseType<T>LicenseType. removeId()Removes theidattributeLicenseType<T>LicenseType. removeLicenseRequired()Removes thelicense-requiredelement -
Uses of LicenseType in org.jboss.shrinkwrap.descriptor.impl.connector15
Classes in org.jboss.shrinkwrap.descriptor.impl.connector15 that implement LicenseType Modifier and Type Class Description classLicenseTypeImpl<T>This class implements thelicenseTypexsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.connector15 that return LicenseType Modifier and Type Method Description LicenseType<T>LicenseTypeImpl. description(String... values)Creates for all String objects representingdescriptionelements, a newdescriptionelementLicenseType<ConnectorDescriptor>ConnectorDescriptorImpl. getOrCreateLicense()If not already created, a newlicenseelement with the given value will be created.LicenseType<ConnectorType<T>>ConnectorTypeImpl. getOrCreateLicense()If not already created, a newlicenseelement with the given value will be created.LicenseType<T>LicenseTypeImpl. id(String id)Sets theidattributeLicenseType<T>LicenseTypeImpl. licenseRequired(Boolean licenseRequired)Sets thelicense-requiredelementLicenseType<T>LicenseTypeImpl. removeAllDescription()Removes thedescriptionelementLicenseType<T>LicenseTypeImpl. removeId()Removes theidattributeLicenseType<T>LicenseTypeImpl. removeLicenseRequired()Removes thelicense-requiredelement
-