Uses of Interface
it.uniroma2.art.semanticturkey.config.Configuration
Packages that use Configuration
Package
Description
-
Uses of Configuration in it.uniroma2.art.semanticturkey.config
Classes in it.uniroma2.art.semanticturkey.config with type parameters of type ConfigurationModifier and TypeInterfaceDescriptioninterface
ConfigurationManager<CONFTYPE extends Configuration>
interface
ProjectConfigurationManager<CONFTYPE extends Configuration>
interface
PUConfigurationManager<CONFTYPE extends Configuration>
interface
SystemConfigurationManager<CONFTYPE extends Configuration>
interface
UserConfigurationManager<CONFTYPE extends Configuration>
-
Uses of Configuration in it.uniroma2.art.semanticturkey.config.alignmentservices
Classes in it.uniroma2.art.semanticturkey.config.alignmentservices that implement Configuration -
Uses of Configuration in it.uniroma2.art.semanticturkey.config.contribution
Classes in it.uniroma2.art.semanticturkey.config.contribution that implement ConfigurationModifier and TypeClassDescriptionclass
class
class
class
-
Uses of Configuration in it.uniroma2.art.semanticturkey.config.customservice
Classes in it.uniroma2.art.semanticturkey.config.customservice that implement ConfigurationModifier and TypeClassDescriptionclass
The definition of a custom service, which supports the implementation and deployment of an ST service without the need to write, build and deploy Java code.class
The definition of an operation provided by a custom service. -
Uses of Configuration in it.uniroma2.art.semanticturkey.config.customview
Classes in it.uniroma2.art.semanticturkey.config.customview that implement ConfigurationModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
CV based on a property chain.class
class
class
class
-
Uses of Configuration in it.uniroma2.art.semanticturkey.config.exporter
Classes in it.uniroma2.art.semanticturkey.config.exporter that implement Configuration -
Uses of Configuration in it.uniroma2.art.semanticturkey.config.impl
Methods in it.uniroma2.art.semanticturkey.config.impl with type parameters of type ConfigurationModifier and TypeMethodDescriptionstatic <CONFTYPE extends Configuration>
CONFTYPEConfigurationSupport.loadConfiguration
(ConfigurationManager<CONFTYPE> configurationManager, File folder, String identifier) static <CONFTYPE extends Configuration>
voidConfigurationSupport.storeConfiguration
(File folder, String identifier, CONFTYPE configuration) Methods in it.uniroma2.art.semanticturkey.config.impl that return ConfigurationModifier and TypeMethodDescriptionstatic Configuration
ConfigurationSupport.createConfiguration
(ConfigurationManager<?> configurationManager, Map<String, Object> properties) -
Uses of Configuration in it.uniroma2.art.semanticturkey.config.importer
Classes in it.uniroma2.art.semanticturkey.config.importer that implement Configuration -
Uses of Configuration in it.uniroma2.art.semanticturkey.config.invokablereporter
Classes in it.uniroma2.art.semanticturkey.config.invokablereporter that implement ConfigurationModifier and TypeClassDescriptionclass
An invokable reporter based on the invocation of custom services -
Uses of Configuration in it.uniroma2.art.semanticturkey.config.resourcemetadata
Classes in it.uniroma2.art.semanticturkey.config.resourcemetadata that implement Configuration -
Uses of Configuration in it.uniroma2.art.semanticturkey.config.sheet2rdf
Classes in it.uniroma2.art.semanticturkey.config.sheet2rdf that implement Configuration -
Uses of Configuration in it.uniroma2.art.semanticturkey.config.sparql
Classes in it.uniroma2.art.semanticturkey.config.sparql that implement ConfigurationModifier and TypeClassDescriptionclass
class
A parameterization of a stored SPARQL operation (seeStoredSPARQLOperation
). -
Uses of Configuration in it.uniroma2.art.semanticturkey.config.template
Classes in it.uniroma2.art.semanticturkey.config.template that implement Configuration -
Uses of Configuration in it.uniroma2.art.semanticturkey.extension
Classes in it.uniroma2.art.semanticturkey.extension with type parameters of type ConfigurationModifier and TypeInterfaceDescriptioninterface
ConfigurableComponent<CONFTYPE extends Configuration>
interface
ConfigurableExtensionFactory<EXTTYPE extends Extension,
CONFIGTYPE extends Configuration> interface
ProjectScopedConfigurableComponent<CONFTYPE extends Configuration>
A ProjectScopedConfigurableComponent is able to look on configurations from all differentScope
s.interface
PUScopedConfigurableComponent<CONFTYPE extends Configuration>
A PUScopedConfigurableComponent is able to look on configurations from all differentScope
s.interface
SystemScopedConfigurableComponent<CONFTYPE extends Configuration>
A SystemScopedConfigurableComponent is able to look on configurations from the soleScope.SYSTEM
scope.interface
UserScopedConfigurableComponent<CONFTYPE extends Configuration>
A UserScopedConfigurableComponent is able to look on configurations from all differentScope
s.Methods in it.uniroma2.art.semanticturkey.extension with type parameters of type ConfigurationModifier and TypeMethodDescriptiondefault <T extends Extension,
C extends Configuration>
PluginSpecificationExtensionPointManager.buildPluginSpecification
(Class<T> targetInterface, C conf) default <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
<T extends Extension,
C extends Configuration>
TExtensionPointManager.instantiateExtension
(Class<T> targetInterface, PluginSpecification spec, Project project, STUser user) Methods in it.uniroma2.art.semanticturkey.extension that return ConfigurationModifier and TypeMethodDescriptionExtensionPointManager.getConfiguration
(String componentIdentifier, Reference reference) Returns a stored configuration located with the supplied identifier -
Uses of Configuration in it.uniroma2.art.semanticturkey.extension.extpts.rdftransformer
Classes in it.uniroma2.art.semanticturkey.extension.extpts.rdftransformer that implement Configuration -
Uses of Configuration in it.uniroma2.art.semanticturkey.extension.impl
Methods in it.uniroma2.art.semanticturkey.extension.impl with type parameters of type ConfigurationModifier and TypeMethodDescription<T extends Extension,
C extends Configuration>
TExtensionPointManagerImpl.instantiateExtension
(Class<T> targetInterface, PluginSpecification spec, Project project, STUser user) Methods in it.uniroma2.art.semanticturkey.extension.impl that return ConfigurationModifier and TypeMethodDescriptionExtensionPointManagerImpl.getConfiguration
(String componentIdentifier, Reference reference) -
Uses of Configuration in it.uniroma2.art.semanticturkey.extension.impl.rendering
Classes in it.uniroma2.art.semanticturkey.extension.impl.rendering that implement Configuration -
Uses of Configuration in it.uniroma2.art.semanticturkey.settings.connections.showvoc
Fields in it.uniroma2.art.semanticturkey.settings.connections.showvoc declared as Configuration -
Uses of Configuration in it.uniroma2.art.semanticturkey.validators
Methods in it.uniroma2.art.semanticturkey.validators with parameters of type ConfigurationModifier and TypeMethodDescriptionboolean
HasExtensionPointValidator.isValid
(Configuration value, jakarta.validation.ConstraintValidatorContext context)