com.thoughtworks.gauge.datastore.DataStore Maven / Gradle / Ivy
/*----------------------------------------------------------------
* Copyright (c) ThoughtWorks, Inc.
* Licensed under the Apache License, Version 2.0
* See LICENSE.txt in the project root for license information.
*----------------------------------------------------------------*/
package com.thoughtworks.gauge.datastore;
import java.util.HashMap;
import java.util.Map;
import java.util.Set;
/**
* @deprecated DataStore is no longer valid. The usage together with DataStoreFactory API will throw an Exception in multithreaded execution.
* Use specific data stores instead.
* @see com.thoughtworks.gauge.datastore.SuiteDataStore
* @see com.thoughtworks.gauge.datastore.SpecDataStore
* @see com.thoughtworks.gauge.datastore.ScenarioDataStore
*/
@Deprecated
public class DataStore {
private HashMap
© 2015 - 2024 Weber Informatics LLC | Privacy Policy