o
G%@i @ s^ d dl Z d dlZd dlZd dlZd dlZd dlmZ d dlmZm Z m
Z
G dd dee ZdS ) N)partial)PluginRedHatPlugin PluginOptc @ s^ e Zd ZdZdZdZeddeddedd d
dgZdZ d
Z
dd Zdd Zdd Z
dd ZdS )Jarsz1Collect information about available Java archivesjars)javaappend-locations z,colon-delimited list of additional JAR paths)defaultval_typedescall-known-locationsFzscan all known paths)r r
)z/usr/share/javaz
/usr/lib/java)z/optz
/usr/localz/var/libc C s dg i}g }t tj}| dr|t tj7 }| d}|r%||d7 }|D ]"}t|D ]\}}}|D ]} | || }
| |
rG|
|
q5q.q'|D ]}| |}| |}
|s\|
ri||
|d}|d
| qLt
j|ddd}| j|d d
d d S )Nr r r :)pathsha1maven_id ),: )indent
separatorsz jars.jsonT)plug_dir)listr
jar_locations
get_optionextra_jar_locationssplitoswalk path_joinis_jarappendget_maven_id
get_jar_idjsondumpsadd_string_as_file)selfresults jar_paths locationsuser_locationslocationdirpath_ filenamesfilenamer jar_pathr jar_idrecordresults_str r6 9/usr/lib/python3/dist-packages/sos/report/plugins/jars.pysetup1 s:
z
Jars.setupc
C s t j|rWt|rWz*t|}d| v r" W d W dS W d W dS 1 s.w Y W dS ttjfyV } z| d| d| W Y d}~dS d}~ww dS )zCheck whether given file is a JAR file.
JARs are ZIP files which usually include a manifest
at the canonical location 'META-INF/MANIFEST.MF'.
zMETA-INF/MANIFEST.MFNTzCould not determine if z is a JAR: F)
r r isfilezipfile
is_zipfileZipFilenamelistIOError
BadZipfile _log_info)r( r fileerrr6 r6 r7 r! T s&