Class SourceManifestFileContent

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

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

    • SourceManifestFileContent

      @DataBoundConstructor public SourceManifestFileContent(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