com.adaptc.mws.plugins.natives.utils.NativeUtils.groovy Maven / Gradle / Ivy
package com.adaptc.mws.plugins.natives.utils;
/**
* @author bsaville
*/
public class NativeUtils {
private static final QUOTE_TRIM_PATTERN = /^"(.*)"$/
/**
* Returns a list of maps containing the wiki parameters, with the id stored as id
* and all other parameters as key/value pairs.
* Also handles hashes for newline delimiters
* @param lines Native wiki lines delimited by semi-colons and equals (; and =)
* @return
*/
public static List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy