Uses of Class
org.xwiki.extension.repository.xwiki.model.jaxb.License

Uses of License in org.xwiki.extension.repository.xwiki.model.jaxb
 

Fields in org.xwiki.extension.repository.xwiki.model.jaxb with type parameters of type License
protected  List<License> AbstractExtension.licenses
           
 

Methods in org.xwiki.extension.repository.xwiki.model.jaxb that return License
 License ObjectFactory.createLicense()
          Create an instance of License
 License License.withContent(String value)
           
 License License.withName(String value)
           
 

Methods in org.xwiki.extension.repository.xwiki.model.jaxb that return types with arguments of type License
 List<License> AbstractExtension.getLicenses()
          Gets the value of the licenses property.
 

Methods in org.xwiki.extension.repository.xwiki.model.jaxb with parameters of type License
 AbstractExtension AbstractExtension.withLicenses(License... values)
           
 ExtensionVersion ExtensionVersion.withLicenses(License... values)
           
 Extension Extension.withLicenses(License... values)
           
 

Method parameters in org.xwiki.extension.repository.xwiki.model.jaxb with type arguments of type License
 AbstractExtension AbstractExtension.withLicenses(Collection<License> values)
           
 ExtensionVersion ExtensionVersion.withLicenses(Collection<License> values)
           
 Extension Extension.withLicenses(Collection<License> values)
           
 



Copyright © 2004-2013 XWiki. All Rights Reserved.