Skip to content
Snippets Groups Projects
Select Git revision
  • 51901ba647b2760e3e3f00c33ff95a28a1949d72
  • master default protected
  • v2022.1
3 results

Makefile

Blame
  • metadata_SLUBVirusCheckClamAVPlugin.xml 2.65 KiB
    <pl:metadata-config xmlns:pl="http://www.exlibrisgroup.com/Plugins/1.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    	<pl:pluginTypeName>VirusCheckPlugin</pl:pluginTypeName>
    	<pl:deployName>SLUBVirusCheckClamAVPlugin</pl:deployName>
    	<pl:className>org.slub.rosetta.dps.repository.plugin.SLUBVirusCheckClamAVPlugin</pl:className>
    	<pl:initParameters>
    		<fr:x_form xmlns:fr="http://com/exlibris/digitool/common/forms/xmlbeans">
    			<form_name>SLUBVirusCheckClamAVPlugin_Params</form_name>
    			<description>SLUBVirusCheckClamAVPlugin_parameters_form</description>
    			<version>0.1</version>
    			<grid_x>1</grid_x>
    			<md_format>1</md_format>
    			<x_fields>
    				<x_field>
    					<field_name>host</field_name>
    					<label>host</label>
    					<ui_tool_tip>add hostname for clamAV daemon</ui_tool_tip>
    					<mandatory>true</mandatory>
    					<x_logic_type>String</x_logic_type>
    					<x_ui_type>TextField</x_ui_type>
    					<default_value>localhost</default_value>
    					<css_class>width40</css_class>
    					<x_options></x_options>
    				</x_field>
    				<x_field>
    					<field_name>port</field_name>
    					<label>port</label>
    					<ui_tool_tip>add port number for clamAV daemon</ui_tool_tip>
    					<single>false</single>
    					<mandatory>true</mandatory>
    					<default_value>3310</default_value>
    					<x_logic_type>String</x_logic_type>
    					<x_ui_type>TextField</x_ui_type>
    					<css_class>width40</css_class>
    					<x_options></x_options>
    				</x_field>
    				<x_field>
    					<field_name>timeout</field_name>
    					<label>timeout</label>
    					<ui_tool_tip>add timeout (in ms) for clamAV daemon</ui_tool_tip>
    					<single>false</single>
    					<mandatory>true</mandatory>
    					<default_value>60000</default_value>
    					<x_logic_type>String</x_logic_type>
    					<x_ui_type>TextField</x_ui_type>
    					<css_class>width40</css_class>
    					<x_options></x_options>
    				</x_field>
    			</x_fields>
    		</fr:x_form>
    	</pl:initParameters>
    	<pl:description>SLUB Virus Check Plugin using installed ClamAV daemon via tcp-sockets</pl:description>
    	<pl:version>1.6</pl:version>
    	<pl:materialType>DIGITAL</pl:materialType>
    	<pl:module>Repository</pl:module>
    	<pl:generalType>TASK</pl:generalType>
    	<pl:publicApi>N</pl:publicApi>
    	<pl:implType>java</pl:implType>
    	<pl:contactPerson>
    		<contact_info xmlns="http://www.exlibrisgroup.com/Plugins/1.0/">
    			<contactType>admin</contactType>
    			<firstName></firstName>
    			<lastName>SLUB Dresden</lastName>
    			<telephone1></telephone1>
    			<telephone2></telephone2>
    			<email>rosetta@slub-dresden.de</email>
    			<address1>Zellescher Weg 17</address1>
    			<address2></address2>
    			<city>Dresden</city>
    			<zipCode>01069</zipCode>
    			<country>Germany</country>
    		</contact_info>
    	</pl:contactPerson>
    </pl:metadata-config>