nerodutch.blogg.se

Yaml compare files
Yaml compare files








Default prefix interpolations can be overridden by setting the system property: Prefix interpolations allowed by default are: urlDecoder, urlEncoder, date, base64Decoder, base64Encoder. interpolate: Flag to indicate if the properties should be interpolated or not.These are added to the resulting map first. defaults: An Optional Map containing default key/values.These are added to the resulting map after file and so will overwrite any key/value pairs already present. text: An Optional String containing properties formatted data.These are added to the resulting map after the defaults and so will overwrite any key/value pairs already present.

yaml compare files

  • file: Optional path to a file in the workspace to read the properties from.
  • The map can also be pre loaded with default values before reading/parsing the data. The returned object is a normal Map with String keys. Reads a file in the current working directory or a String as a plain text Java Properties file.
  • writeYaml: Write a yaml from an object or objects.
  • writeMavenPom: Write a maven project file.
  • writeJSON: Write JSON to a file in the workspace.
  • writeCSV: Write content to a CSV file in the workspace.
  • verifySha256: Verify the SHA256 of a given file.
  • verifySha1: Verify the SHA1 of a given file.
  • touch: Create a file (if not already exist) in the workspace, and set the timestamp.
  • sha256: Compute the SHA256 of a given file.
  • readYaml: Read yaml from files in the workspace or text.
  • readProperties: Read properties from files in the workspace or text.
  • readMavenPom: Read a maven project file.
  • yaml compare files

    readJSON: Read JSON from files in the workspace.readCSV: Read content from a CSV file in the workspace.

    yaml compare files

    prependToFile: Create a file (if not already exist) in the workspace, and prepend given content to that file.

    #Yaml compare files Offline

  • nodesByLabel: List of nodes by Label, by default excludes offline nodes.
  • compareVersions: Compare two version number strings.







  • Yaml compare files