Uses of Interface
org.jboss.shrinkwrap.descriptor.api.connector15.LicenseType

Packages that use LicenseType
org.jboss.shrinkwrap.descriptor.api.connector15 Provides the interfaces and enumeration types 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
 LicenseType<T> LicenseType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 LicenseType<ConnectorDescriptor> ConnectorDescriptor.getOrCreateLicense()
          If not already created, a new license element with the given value will be created.
 LicenseType<ConnectorType<T>> ConnectorType.getOrCreateLicense()
          If not already created, a new license element with the given value will be created.
 LicenseType<T> LicenseType.id(String id)
          Sets the id attribute
 LicenseType<T> LicenseType.licenseRequired(Boolean licenseRequired)
          Sets the license-required element
 LicenseType<T> LicenseType.removeAllDescription()
          Removes the description element
 LicenseType<T> LicenseType.removeId()
          Removes the id attribute
 LicenseType<T> LicenseType.removeLicenseRequired()
          Removes the license-required element
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.