|
Mobile Tools for Java Release 1.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface ILibraryImporter
The ILibraryImporter provides a way for clients to create an ILibrary instance based on a jar file.
MTJ provides 1 implementation for this interface, the UEI library importer(
LIBRARY_IMPORTER_UEI) and it is accessible through the
MTJCore.getLibraryImporter(String) method.
EXPERIMENTAL. This class or interface has been added as part of a work in progress. There is no guarantee that this API will work or that it will remain the same. Please do not use this API without consulting with the MTJ team.
| Field Summary | |
|---|---|
static String |
LIBRARY_IMPORTER_UEI
Constant that represents the UEI library importer |
| Method Summary | |
|---|---|
ILibrary |
createLibraryFor(File libraryJarFile)
Construct and return a new ILibrary instance for the specified library file. |
ILibrary |
createLibraryFor(File libraryJarFile,
List<IAccessRule> accessRules)
Construct and return a new ILibrary instance for the specified library file with the provided access rules. |
| Field Detail |
|---|
static final String LIBRARY_IMPORTER_UEI
| Method Detail |
|---|
ILibrary createLibraryFor(File libraryJarFile)
libraryJarFile - the jar file to be wrapped up as a library.
ILibrary createLibraryFor(File libraryJarFile,
List<IAccessRule> accessRules)
libraryJarFile - the jar file to be wrapped up as a library.accessRules - the list with all access rules for this library.
|
Mobile Tools for Java Release 1.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||