ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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.licenseRequired(Boolean licenseRequired)
          Sets the license-required element
 LicenseType<T> LicenseType.removeAllDescription()
          Removes the description element
 LicenseType<T> LicenseType.removeLicenseRequired()
          Removes the license-required element
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.