Mobile Tools for Java
Release 1.0

Uses of Class
org.eclipse.mtj.core.library.model.security.SecurityInfo

Packages that use SecurityInfo
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 SecurityInfo in org.eclipse.mtj.core.library.model
 

Methods in org.eclipse.mtj.core.library.model that return SecurityInfo
 SecurityInfo ILibrary.getSecurity()
           
 

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

Methods in org.eclipse.mtj.core.library.model.impl that return SecurityInfo
 SecurityInfo MidletLibrary.getSecurity()
           
 

Constructors in org.eclipse.mtj.core.library.model.impl with parameters of type SecurityInfo
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