All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dev.galasa.framework.spi.IResultArchiveStoreService Maven / Gradle / Ivy

There is a newer version: 0.37.0
Show newest version
/*
 * Copyright contributors to the Galasa project
 *
 * SPDX-License-Identifier: EPL-2.0
 */
package dev.galasa.framework.spi;

/**
 * 

* Used by the Galasa Framework to initialise the various Result Archive Stores * that may exist within the OSGi instance. The framework can run with zero or * more Result Archive Stores· *

* *

* The RASs should use @{link * dev.galasa.framework.spi.IFrameworkInitialisation#getResultArchiveStoreUris} * to obtain a list of active URIs which the framework wants initialised. The * RAS should examine this and determine if it is required. It is up to the RAS * if it wants to support multiple URIs of it's own implementation, eg * file:///dir1, file:///dir2 *

* * * * */ public interface IResultArchiveStoreService extends IResultArchiveStore { }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy