Class JARManifestFileContent

All Implemented Interfaces:
ExtensionPoint, Describable<FSTriggerContentFileType>, Serializable

public class JARManifestFileContent extends ManifestFileContent
Author:
Gregory Boissinot
See Also:
  • Constructor Details

    • JARManifestFileContent

      @DataBoundConstructor public JARManifestFileContent(String keys2Inspect, boolean allKeys)
  • Method Details

    • getManifest

      protected Manifest getManifest(File file)
      Description copied from class: ManifestFileContent
      Gets the MANIFEST object from a File object
      Specified by:
      getManifest in class ManifestFileContent
      Parameters:
      file - the input java.io.File object
      Returns:
      the java.util.jar.Manifest object if exists, otherwise null