if (identification == null) {
identification = (Identification) loadZipObject(
DeviceRepositoryConstants.IDENTIFICATION_XML,
Identification.class);
if (identification == null) {
throw new RepositoryException(EXCEPTION_LOCALIZER.format(
"device-repository-file-missing",
DeviceRepositoryConstants.IDENTIFICATION_XML));
}
}