Mobile Tools for Java
Release 1.0

Uses of Interface
org.eclipse.mtj.core.model.library.ILibrary

Packages that use ILibrary
org.eclipse.mtj.core.importer This package provides an API for importing libraries, javadocs and devices. 
org.eclipse.mtj.core.model The MTJ model is the set of classes that model the objects associated with creating, editing, and building a Java ME application. 
org.eclipse.mtj.core.model.device This package provides an API for managing emulated devices. 
org.eclipse.mtj.core.model.device.impl This package provides basic implementations for emulated devices. 
org.eclipse.mtj.core.model.impl This package provides basic implementations for the models. 
org.eclipse.mtj.core.model.library.impl This package provides basic implementations for the library interfaces. 
 

Uses of ILibrary in org.eclipse.mtj.core.importer
 

Methods in org.eclipse.mtj.core.importer that return ILibrary
 ILibrary LibraryImporter.createLibraryFor(File libraryFile)
          Construct and return a new Library instance for the specified library file.
 ILibrary LibraryImporter.createLibraryFor(File libraryFile, IAccessRule[] accessRules)
          Construct and return a new Library instance for the specified library file with the provided access rules.
 

Methods in org.eclipse.mtj.core.importer with parameters of type ILibrary
 URL JavadocDetector.detectJavadoc(ILibrary library)
           
 File[] JavadocDetector.GenericLocalFSSearch.getDefaultDocRootDirectories(ILibrary library)
           
 File[] JavadocDetector.GenericLocalFSSearch.getDocRootDirectories(ILibrary library)
           
 URL JavadocDetector.GenericLocalFSSearch.searchForJavaDoc(ILibrary library)
          search from the directory which name contains "doc" and in the "doc" directory, recursively search the subdirectory whose name is similar to the library's name.
 URL JavadocDetector.IJavadocSearchStrategy.searchForJavaDoc(ILibrary library)
          search the library's javadoc
 

Uses of ILibrary in org.eclipse.mtj.core.model
 

Methods in org.eclipse.mtj.core.model that return ILibrary
 ILibrary[] Classpath.getEntries()
          Return the entries in the classpath.
 

Methods in org.eclipse.mtj.core.model with parameters of type ILibrary
 void Classpath.addEntry(ILibrary pathEntry)
          Add a new classpath entry.
 void Classpath.removeEntry(ILibrary library)
          Remove the specified library from the classpath, if it is in the classpath.
 

Uses of ILibrary in org.eclipse.mtj.core.model.device
 

Methods in org.eclipse.mtj.core.model.device that return ILibrary
 ILibrary IDevice.getConfigurationLibrary()
          Return the library that provides the configuration for this device or null if no such library can be found.
 ILibrary IDevice.getProfileLibrary()
          Return the library that provides the profile for this device or null if no such library can be found.
 

Uses of ILibrary in org.eclipse.mtj.core.model.device.impl
 

Methods in org.eclipse.mtj.core.model.device.impl that return ILibrary
 ILibrary AbstractDevice.getConfigurationLibrary()
           
 ILibrary AbstractDevice.getProfileLibrary()
           
 

Uses of ILibrary in org.eclipse.mtj.core.model.impl
 

Methods in org.eclipse.mtj.core.model.impl that return ILibrary
 ILibrary[] VMInstallClasspath.getEntries()
           
 

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

Classes in org.eclipse.mtj.core.model.library.impl that implement ILibrary
 class Library
          A library is a wrapper around a classpath item that attempts to provide further metadata about that library.
 


Mobile Tools for Java
Release 1.0