Interface ScopedExperimentalFeaturesStorage
-
- All Superinterfaces:
ExperimentalFeaturesStorage
- All Known Implementing Classes:
AbstractScopedExperimentalFeaturesStorage,GlobalExperimentalFeaturesStorageImpl,UserExperimentalFeaturesStorageImpl
public interface ScopedExperimentalFeaturesStorage extends ExperimentalFeaturesStorage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExperimentalStorageScopegetScope()voidinit(org.uberfire.java.nio.file.FileSystem fileSystem)-
Methods inherited from interface org.uberfire.experimental.service.storage.ExperimentalFeaturesStorage
getFeatures, store
-
-
-
-
Method Detail
-
init
void init(org.uberfire.java.nio.file.FileSystem fileSystem)
-
getScope
ExperimentalStorageScope getScope()
-
-