public LocalManagementContext( BrooklynProperties brooklynProperties, Map<String, Object> brooklynAdditionalProperties) { this(Builder.fromProperties(brooklynProperties), brooklynAdditionalProperties, null); }
/** * Creates a new LocalManagementContext. * * @param brooklynProperties the BrooklynProperties. * @param datagridFactory the DataGridFactory to use. If this instance is null, it means that the * system is going to use BrooklynProperties to figure out which instance to load or otherwise * use a default instance. */ @VisibleForTesting public LocalManagementContext( BrooklynProperties brooklynProperties, DataGridFactory datagridFactory) { this(Builder.fromProperties(brooklynProperties), datagridFactory); }