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

Packages that use License
org.jboss.shrinkwrap.descriptor.test.api.connector10 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.test.impl.connector10 Provides the implementation classes as defined in the schema 
 

Uses of License in org.jboss.shrinkwrap.descriptor.test.api.connector10
 

Methods in org.jboss.shrinkwrap.descriptor.test.api.connector10 that return License
 License<T> License.description(String description)
          Sets the description element
 License<Connector<T>> Connector.getOrCreateLicense()
          If not already created, a new license element with the given value will be created.
 License<ConnectorDescriptor> ConnectorDescriptor.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
 

Uses of License in org.jboss.shrinkwrap.descriptor.test.impl.connector10
 

Methods in org.jboss.shrinkwrap.descriptor.test.impl.connector10 that return License
 License<T> LicenseImpl.description(String description)
          Sets the description element
 License<Connector<T>> ConnectorImpl.getOrCreateLicense()
          If not already created, a new license element with the given value will be created.
 License<ConnectorDescriptor> ConnectorDescriptorImpl.getOrCreateLicense()
          If not already created, a new license element with the given value will be created.
 License<T> LicenseImpl.licenseRequired(String licenseRequired)
          Sets the license-required element
 License<T> LicenseImpl.removeDescription()
          Removes the description element
 License<T> LicenseImpl.removeLicenseRequired()
          Removes the license-required element
 



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