public class WhiteSpaceStripper extends Object
| Constructor and Description |
|---|
WhiteSpaceStripper() |
| Modifier and Type | Method and Description |
|---|---|
static String |
stripBlankLines(String text) |
static void |
stripFile(File file) |
static void |
stripFile(String file) |
static void |
stripFolder(File dir) |
static void |
stripFolder(File dir,
boolean recursive) |
static String |
stripWhiteSpace(String text) |
Copyright © 2021. All rights reserved.