Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
berryRegistryConstants.cpp
Go to the documentation of this file.
1 /*===================================================================
2 
3 BlueBerry Platform
4 
5 Copyright (c) German Cancer Research Center,
6 Division of Medical and Biological Informatics.
7 All rights reserved.
8 
9 This software is distributed WITHOUT ANY WARRANTY; without
10 even the implied warranty of MERCHANTABILITY or FITNESS FOR
11 A PARTICULAR PURPOSE.
12 
13 See LICENSE.txt or http://www.mitk.org for details.
14 
15 ===================================================================*/
16 
17 #include "berryRegistryConstants.h"
18 
19 namespace berry {
20 
21 const QString RegistryConstants::RUNTIME_NAME = "org.blueberry.core.runtime";
22 
23 const QString RegistryConstants::PROP_NO_REGISTRY_FLUSHING = "BlueBerry.noRegistryFlushing";
24 const QString RegistryConstants::PROP_NO_LAZY_REGISTRY_CACHE_LOADING = "BlueBerry.noLazyRegistryCacheLoading";
25 const QString RegistryConstants::PROP_CHECK_CONFIG = "osgi.checkConfiguration";
26 const QString RegistryConstants::PROP_NO_REGISTRY_CACHE = "BlueBerry.noRegistryCache";
27 const QString RegistryConstants::PROP_DEFAULT_REGISTRY = "BlueBerry.createRegistry";
28 const QString RegistryConstants::PROP_REGISTRY_NULL_USER_TOKEN = "BlueBerry.registry.nulltoken";
29 const QString RegistryConstants::PROP_REGISTRY_MULTI_LANGUAGE = "BlueBerry.registry.MultiLanguage";
30 
32 
33 }
static const QString PROP_NO_LAZY_REGISTRY_CACHE_LOADING
static const QString PROP_CHECK_CONFIG
static const QString RUNTIME_NAME
static const QString PROP_NO_REGISTRY_FLUSHING
static const QString PROP_DEFAULT_REGISTRY
static const QString PROP_REGISTRY_MULTI_LANGUAGE
static const QString PROP_NO_REGISTRY_CACHE
static const QString PROP_REGISTRY_NULL_USER_TOKEN