Searched refs:toListForm (Results 1 – 3 of 3) sorted by relevance
86 String reportTypes = Strings.toListForm (m_reportCfg.getReportTypes (), ','); in execute()135 super.createArg ().setValue (Strings.toListForm (specs, ',')); in execute()145 super.createArg ().setValue (Strings.toListForm (srcpath.list (), ',')); in execute()
33 public static String toListForm (final String [] strings, final char delimiter) in toListForm() method in Strings
134 …setPropertyOverride (AppLoggers.PROPERTY_VERBOSITY_FILTER, Strings.toListForm (Strings.merge (opt.… in processOpt()