1ARCPLUGIN(1) NorduGrid Users Manual ARCPLUGIN(1)
2
3
4
6 arcplugin - ARC plugin management utility
7
8
10 The arcplugin command prints description of ARC plugin or creates ARC
11 Plugin Descriptor (APD) file.
12
13
15 arcplugin [-c] [-r] [-p priority,regex] [-h] plugin_path [plugin_path
16 [...]]
17
18
20 -h Prints help message and exits.
21
22 -c If specified then APD file is created using same name as ARC
23 plugin with suffix. replaced with .apd.
24
25 -r If specified operation is fully recursive.
26
27 -p Defines which priority to be assigned for each plugin. Each
28 plugin's kind and name attributes are matched specified regex.
29 One which matches gets specified This option can be specified
30 multiple times. Priority is 32 bit positive integer. Default
31 value is 128.
32
33 plugin_path
34 full path to ARC plugin loadable module file or directory con‐
35 taining such modules. In last case operation will recurse once
36 into that directory. For fully recursive operation use -r.
37
39 Report bugs to http://bugzilla.nordugrid.org
40
41
43 APACHE LICENSE Version 2.0
44
45
47 ARC software is developed by the NorduGrid Collaboration
48 (http://www.nordugrid.org), please consult the AUTHORS file distributed
49 with ARC. Please report bugs and feature requests to
50 http://bugzilla.nordugrid.org
51
52
53
54NorduGrid ARC 6.18.0 2023-10-25 ARCPLUGIN(1)