public class FixtureUtils
extends java.lang.Object
Constructor and Description |
---|
FixtureUtils() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
handleShellEscapeProcessing(java.lang.String path)
Fixes file paths in Windows environments that contain things that the Shell interprets as escape sequences.
|
static java.lang.String |
labelOrEmpty(java.lang.String label)
Returns a properly formatted label for a module in a stream definition.
|
public static java.lang.String labelOrEmpty(java.lang.String label)
label
- The label to be formatted.public static java.lang.String handleShellEscapeProcessing(java.lang.String path)
path
- a file path