Completed constants.

Signed-off-by: Kai Zimmermann <kai.zimmermann@bosch-si.com>
This commit is contained in:
Kai Zimmermann
2016-06-03 12:34:09 +02:00
parent 2769170c47
commit 7468d8961e
2 changed files with 28 additions and 9 deletions

View File

@@ -1,5 +1,10 @@
/**
* Copyright (c) 2011-2016 Bosch Software Innovations GmbH, Germany. All rights reserved.
* Copyright (c) 2015 Bosch Software Innovations GmbH and others.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*/
package org.eclipse.hawkbit.repository;
@@ -12,16 +17,29 @@ import org.eclipse.hawkbit.repository.model.SoftwareModuleType;
*/
public final class Constants {
/**
* Default {@link SoftwareModuleType} generated by repository for every new
* account for Firmware/Operating System.
* {@link SoftwareModuleType#getKey()} of a {@link SoftwareModuleType}
* generated by repository for every new account for Firmware/Operating
* System.
*/
public static final String SMT_DEFAULT_OS_KEY = "os";
/**
* Default {@link SoftwareModuleType} generated by repository for every new
* account for applications.
* {@link SoftwareModuleType#getKey()} of a {@link SoftwareModuleType}
* generated by repository for every new account for applications.
*/
public static final String SMT_DEFAULT_APP_KEY = "application";
/**
* {@link SoftwareModuleType#getName()} of a {@link SoftwareModuleType}
* generated by repository for every new account for "Firmware/Operating
* System" .
*/
public static final String SMT_DEFAULT_OS_NAME = "Firmware";
/**
* {@link SoftwareModuleType#getName()} of a {@link SoftwareModuleType}
* generated by repository for every new account for "applications/apps".
*/
public static final String SMT_DEFAULT_APP_NAME = "Application";
/**
* {@link DistributionSetType#getKey()} of a {@link DistributionSetType}
* generated by repository for every new account that includes