Interface RepositoryConfig
-
- All Known Implementing Classes:
DefaultRepositoryConfig
public interface RepositoryConfig
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.Integer,java.util.Set<MoreSpecificCondition>>getConditions()ItemStateRepositorygetRepository()PolyglotRepoSupportTypeisSupportedBy(TypeInfo typeInfo)
-
-
-
Method Detail
-
isSupportedBy
PolyglotRepoSupportType isSupportedBy(TypeInfo typeInfo)
-
getRepository
ItemStateRepository getRepository()
-
getConditions
java.util.Map<java.lang.Integer,java.util.Set<MoreSpecificCondition>> getConditions()
-
-