Uses of Interface
org.jboss.shrinkwrap.descriptor.api.connector10.License

Packages that use License
org.jboss.shrinkwrap.descriptor.api.connector10 Provides the interfaces and enumeration types 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
 License<T> License.description(String description)
          Sets the description element
 License<ConnectorDescriptor> ConnectorDescriptor.getOrCreateLicense()
          If not already created, a new license element with the given value will be created.
 License<Connector<T>> Connector.getOrCreateLicense()
          If not already created, a new license element with the given value will be created.
 License<T> License.licenseRequired(String licenseRequired)
          Sets the license-required element
 License<T> License.removeDescription()
          Removes the description element
 License<T> License.removeLicenseRequired()
          Removes the license-required element
 



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