Checks whether modification to the device repository is required at load-time in order to provide compatibility with the current version of the code.
If this method returns true, then saving the ZipArchive generated by {@link #getArchive} will result in the device repository versionbeing updated, which may lead to the file becoming incompatible with earlier releases.
@return True if the ZipArchive returned by {@link #getArchive} willbe modified @throws RepositoryException if the device repository format is notcompatible, or if an error occurs reading the device repository.
|
|
|
|