Searched refs:formatInterfaces (Results 1 – 1 of 1) sorted by relevance
51 String fileContent = formatInterfaces(sb.toString(), CLASS_PATERN); in write()66 private static String formatInterfaces(String content, Pattern pattern) { in formatInterfaces() method in RootFileFormatter74 String formattedInterfaces = formatInterfaces(spaces, interfaces); in formatInterfaces()82 private static String formatInterfaces(String prefixSpaces, String interfaces) { in formatInterfaces() method in RootFileFormatter