Uses of Class
it.uniroma2.art.semanticturkey.properties.WrongPropertiesException
Packages that use WrongPropertiesException
Package
Description
-
Uses of WrongPropertiesException in it.uniroma2.art.semanticturkey.config
Methods in it.uniroma2.art.semanticturkey.config that throw WrongPropertiesExceptionModifier and TypeMethodDescriptiondefault void
ConfigurationManager.storeConfiguration
(Reference reference, CONFTYPE configuration) default void
ProjectConfigurationManager.storeProjectConfiguration
(Project project, String identifier, CONFTYPE configuration) default void
PUConfigurationManager.storeProjectConfiguration
(Project project, STUser user, String identifier, CONFTYPE configuration) default void
SystemConfigurationManager.storeSystemConfiguration
(String identifier, CONFTYPE configuration) default void
UserConfigurationManager.storeUserConfiguration
(STUser user, String identifier, CONFTYPE configuration) -
Uses of WrongPropertiesException in it.uniroma2.art.semanticturkey.config.impl
Methods in it.uniroma2.art.semanticturkey.config.impl that throw WrongPropertiesExceptionModifier and TypeMethodDescriptionstatic Configuration
ConfigurationSupport.createConfiguration
(ConfigurationManager<?> configurationManager, Map<String, Object> properties) static <CONFTYPE extends Configuration>
voidConfigurationSupport.storeConfiguration
(File folder, String identifier, CONFTYPE configuration) -
Uses of WrongPropertiesException in it.uniroma2.art.semanticturkey.customviews
Methods in it.uniroma2.art.semanticturkey.customviews that throw WrongPropertiesExceptionModifier and TypeMethodDescriptionvoid
CustomViewsManager.storeAssociation
(org.eclipse.rdf4j.model.IRI property, String customViewRef, ViewsEnum defaultView) void
CustomViewsManager.storeCustomView
(Reference reference, CustomView customView) -
Uses of WrongPropertiesException in it.uniroma2.art.semanticturkey.extension
Methods in it.uniroma2.art.semanticturkey.extension that throw WrongPropertiesExceptionModifier and TypeMethodDescriptionExtensionPointManager.getConfiguration
(String componentIdentifier, Reference reference) Returns a stored configuration located with the supplied identifierdefault <T extends Extension,
C extends Configuration>
TExtensionPointManager.instantiateExtension
(Class<T> targetInterface, C conf) Create an instance of an extension that conforms totargetInterface
, following the providedConfiguration
default <T extends Extension>
TExtensionPointManager.instantiateExtension
(Class<T> targetInterface, PluginSpecification spec) Create an instance of an extension that conforms totargetInterface
, following the providedspec
<T extends Extension,
C extends Configuration>
TExtensionPointManager.instantiateExtension
(Class<T> targetInterface, PluginSpecification spec, Project project, STUser user) void
ExtensionPointManager.storeConfiguration
(String componentIdentifier, Reference reference, com.fasterxml.jackson.databind.node.ObjectNode configuration) void
ExtensionPointManager.storeSetting
(String componentID, Project project, STUser loggedUser, UsersGroup group, Scope scope, String property, com.fasterxml.jackson.databind.JsonNode propertyValue) void
ExtensionPointManager.storeSettingDefault
(String componentIdentifier, Project project, STUser user, UsersGroup group, Scope scope, Scope defaultScope, String property, com.fasterxml.jackson.databind.JsonNode propertyValue) void
ExtensionPointManager.storeSettings
(String componentIdentifier, Project project, STUser user, UsersGroup group, Scope scope, com.fasterxml.jackson.databind.node.ObjectNode settings) void
ExtensionPointManager.storeSettingsDefault
(String componentIdentifier, Project project, STUser user, UsersGroup group, Scope scope, Scope defaultScope, com.fasterxml.jackson.databind.node.ObjectNode settings) -
Uses of WrongPropertiesException in it.uniroma2.art.semanticturkey.extension.impl
Methods in it.uniroma2.art.semanticturkey.extension.impl that throw WrongPropertiesExceptionModifier and TypeMethodDescription<T extends Extension,
C extends Configuration>
TExtensionPointManagerImpl.instantiateExtension
(Class<T> targetInterface, PluginSpecification spec, Project project, STUser user) void
ExtensionPointManagerImpl.storeConfiguration
(String componentIdentifier, Reference reference, com.fasterxml.jackson.databind.node.ObjectNode configuration) void
ExtensionPointManagerImpl.storeSetting
(String componentID, Project project, STUser loggedUser, UsersGroup group, Scope scope, String property, com.fasterxml.jackson.databind.JsonNode propertyValue) void
ExtensionPointManagerImpl.storeSettingDefault
(String componentID, Project project, STUser user, UsersGroup group, Scope scope, Scope defaultScope, String property, com.fasterxml.jackson.databind.JsonNode propertyValue) void
ExtensionPointManagerImpl.storeSettings
(String componentIdentifier, Project project, STUser user, UsersGroup group, Scope scope, com.fasterxml.jackson.databind.node.ObjectNode settings) void
ExtensionPointManagerImpl.storeSettingsDefault
(String componentIdentifier, Project project, STUser user, UsersGroup group, Scope scope, Scope defaultScope, com.fasterxml.jackson.databind.node.ObjectNode settings) -
Uses of WrongPropertiesException in it.uniroma2.art.semanticturkey.extension.settings.impl
Methods in it.uniroma2.art.semanticturkey.extension.settings.impl that throw WrongPropertiesExceptionModifier and TypeMethodDescriptionstatic Settings
SettingsSupport.createSettings
(SettingsManager settingsManager, Scope scope, com.fasterxml.jackson.databind.node.ObjectNode settings) -
Uses of WrongPropertiesException in it.uniroma2.art.semanticturkey.plugin.configuration
Methods in it.uniroma2.art.semanticturkey.plugin.configuration that throw WrongPropertiesExceptionModifier and TypeMethodDescriptionvoid
AbstractPluginConfiguration.setPropertyValue
(String id, Object value) -
Uses of WrongPropertiesException in it.uniroma2.art.semanticturkey.project
Methods in it.uniroma2.art.semanticturkey.project that throw WrongPropertiesExceptionModifier and TypeMethodDescriptionstatic Project
ProjectManager.createProject
(ProjectConsumer consumer, String projectName, org.eclipse.rdf4j.model.Literal label, org.eclipse.rdf4j.model.IRI model, org.eclipse.rdf4j.model.IRI lexicalizationModel, String baseURI, String defaultNamespace, boolean historyEnabled, boolean validationEnabled, boolean blacklistingEnabled, RepositoryAccess repositoryAccess, String coreRepoID, PluginSpecification coreRepoSailConfigurerSpecification, String coreBackendType, String supportRepoID, PluginSpecification supportRepoSailConfigurerSpecification, String supportBackendType, PluginSpecification uriGeneratorSpecification, PluginSpecification renderingEngineSpecification, List<Pair<RDFResourceRole, String>> resourceMetadataAssociations, File preloadedDataFile, org.eclipse.rdf4j.rio.RDFFormat preloadedDataFormat, TransitiveImportMethodAllowance transitiveImportAllowance, Set<org.eclipse.rdf4j.model.IRI> failedImports, String leftDataset, String rightDataset, boolean shaclEnabled, SHACLSettings shaclSettings, boolean trivialInferenceEnabled, boolean openAtStartup, ProjectACL.AccessLevel universalAccess, boolean undoEnabled) -
Uses of WrongPropertiesException in it.uniroma2.art.semanticturkey.properties
Methods in it.uniroma2.art.semanticturkey.properties that throw WrongPropertiesExceptionModifier and TypeMethodDescriptiondefault void
STProperties.loadProperties
(File propertyFile) invokesSTProperties.setPropertyValue(String, Object)
on each of the property/value pairs found inpropertyFile
void
STPropertiesImpl.loadProperties
(File propertyFile) default void
STProperties.setProperties
(Properties props) invokesSTProperties.setPropertyValue(String, Object)
on each of the property/value pairs found inproperties
void
STPropertiesImpl.setProperties
(Properties props) default void
STProperties.setPropertyValue
(String id, Object value) void
STPropertiesImpl.setPropertyValue
(String id, Object value) default void
STProperties.storeProperties
(File propertyFile) stores the properties in this instance in filepropertyFile
default void
STProperties.storeProperties
(Properties properties) stores the properties in this instance in the givenProperties
objectproperties
void
STPropertiesImpl.storeProperties
(File propertyFile) void
STPropertiesImpl.storeProperties
(Properties properties) Constructors in it.uniroma2.art.semanticturkey.properties that throw WrongPropertiesException -
Uses of WrongPropertiesException in it.uniroma2.art.semanticturkey.properties.dynamic
Methods in it.uniroma2.art.semanticturkey.properties.dynamic that throw WrongPropertiesExceptionModifier and TypeMethodDescriptionvoid
DynamicSTProperties.setPropertyValue
(String id, Object value)