All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jboss.windup.maven.plugin.util.WindupUtils Maven / Gradle / Ivy

package org.jboss.windup.maven.plugin.util;

public class WindupUtils {
	

	public static String convertArrayToString(String[] array, char seperator) {
		
		if(array == null) return null;
		
		StringBuilder sb = new StringBuilder();
		
		for(int i=0;i




© 2015 - 2025 Weber Informatics LLC | Privacy Policy