|
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.
| 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 | ||||||||||