Mobile Tools for Java
Release 1.0

Uses of Class
org.eclipse.mtj.core.library.model.licence.LicenceInfo

Packages that use LicenceInfo
org.eclipse.mtj.core.library.model This package provides the model for representation of the libraries that are provided by 3rd party vendors 
org.eclipse.mtj.core.library.model.impl This package provides the basic implementation for the library managing capabilities. 
 

Uses of LicenceInfo in org.eclipse.mtj.core.library.model
 

Methods in org.eclipse.mtj.core.library.model that return LicenceInfo
 LicenceInfo ILibrary.getLicence()
           
 

Uses of LicenceInfo in org.eclipse.mtj.core.library.model.impl
 

Methods in org.eclipse.mtj.core.library.model.impl that return LicenceInfo
 LicenceInfo MidletLibrary.getLicence()
           
 

Constructors in org.eclipse.mtj.core.library.model.impl with parameters of type LicenceInfo
MidletLibrary(String identifier, String name, String description, Visibility visibility, Version version, LicenceInfo licence, SecurityInfo security)
          Creates a new MidletLibrary
 


Mobile Tools for Java
Release 1.0