Searched refs:toolName (Results 1 – 2 of 2) sorted by relevance
269 protected static String usageMsgPrefix (final String toolName) in usageMsgPrefix() argument271 return toolNameToCommandName (toolName).concat (" usage: "); in usageMsgPrefix()274 protected static String usageResName (final String toolName) in usageResName() argument276 return toolName.replace ('.', '/').concat ("_usage.res"); in usageResName()279 protected static String toolNameToCommandName (final String toolName) in toolNameToCommandName() argument281 final int lastDot = toolName.lastIndexOf ('.'); in toolNameToCommandName()283 return lastDot > 0 ? toolName.substring (lastDot + 1) : toolName; in toolNameToCommandName()
25 private String toolName; field in CLDRBuild171 if (toolName == null) { in execute()200 Object obj = createObject(toolName); in execute()202 exitWithError(toolName + " not a subclass of CLDRConverterTool!"); in execute()264 toolName = name; in setToolName()