Mobile Tools for Java
Release 1.0

org.eclipse.mtj.core.sdk.device.midp.library
Interface ILibraryImporter


public interface ILibraryImporter

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.

Since:
1.0

Field Summary
static String LIBRARY_IMPORTER_UEI
          Constant that represents the UEI library importer
 
Method Summary
 ILibrary createLibraryFor(File libraryFile)
          Construct and return a new Library instance for the specified library file.
 ILibrary createLibraryFor(File libraryFile, IAccessRule[] accessRules)
          Construct and return a new Library instance for the specified library file with the provided access rules.
 

Field Detail

LIBRARY_IMPORTER_UEI

static final String LIBRARY_IMPORTER_UEI
Constant that represents the UEI library importer

See Also:
Constant Field Values
Method Detail

createLibraryFor

ILibrary createLibraryFor(File libraryFile)
Construct and return a new Library instance for the specified library file.

Parameters:
libraryFile - the file to be wrapped up as a library.
Returns:
the newly created library wrapper

createLibraryFor

ILibrary createLibraryFor(File libraryFile,
                          IAccessRule[] accessRules)
Construct and return a new Library instance for the specified library file with the provided access rules.

Parameters:
libraryFile -
accessRules -
Returns:

Mobile Tools for Java
Release 1.0