|
25 | 25 | @Slf4j |
26 | 26 | public class Configuration { |
27 | 27 |
|
28 | | - protected String name; |
29 | | - protected String uuid; |
30 | | - |
31 | | - protected ConfigurationSource configurationSource; |
32 | | - protected CompatibilityMode compatibilityMode; |
33 | | - protected CompatibilityMode configurationExtensionCompatibilityMode; |
34 | | - protected ScriptVariant scriptVariant; |
35 | | - |
36 | | - protected String defaultRunMode; |
37 | | - protected String defaultLanguage; |
38 | | - protected String dataLockControlMode; |
39 | | - protected String objectAutonumerationMode; |
40 | | - protected UseMode modalityUseMode; |
41 | | - protected UseMode synchronousExtensionAndAddInCallUseMode; |
42 | | - protected UseMode synchronousPlatformExtensionAndAddInCallUseMode; |
43 | | - |
44 | | - protected Map<URI, ModuleType> modulesByType; |
45 | | - protected Map<URI, Map<SupportConfiguration, SupportVariant>> modulesBySupport; |
46 | | - protected Set<MDObjectBase> children; |
47 | | - protected Path rootPath; |
| 28 | + String name; |
| 29 | + String uuid; |
| 30 | + |
| 31 | + ConfigurationSource configurationSource; |
| 32 | + CompatibilityMode compatibilityMode; |
| 33 | + CompatibilityMode configurationExtensionCompatibilityMode; |
| 34 | + ScriptVariant scriptVariant; |
| 35 | + |
| 36 | + String defaultRunMode; |
| 37 | + String defaultLanguage; |
| 38 | + String dataLockControlMode; |
| 39 | + String objectAutonumerationMode; |
| 40 | + UseMode modalityUseMode; |
| 41 | + UseMode synchronousExtensionAndAddInCallUseMode; |
| 42 | + UseMode synchronousPlatformExtensionAndAddInCallUseMode; |
| 43 | + |
| 44 | + Map<URI, ModuleType> modulesByType; |
| 45 | + Map<URI, Map<SupportConfiguration, SupportVariant>> modulesBySupport; |
| 46 | + Set<MDObjectBase> children; |
| 47 | + Path rootPath; |
48 | 48 |
|
49 | 49 | private Configuration() { |
50 | 50 | this.configurationSource = ConfigurationSource.EMPTY; |
|
0 commit comments