org.codehaus.groovy.tools
Class Utilities
Various utility functions for use in the compiler.
Method Summary |
static String |
eol()
Returns the end-of-line marker.
|
static String |
repeatString(String pattern, int repeats)
Returns a string made up of repetitions of the specified string.
|
Utilities
Utilities()
-
eol
public static String eol()
- Returns the end-of-line marker.
repeatString
public static String repeatString(String pattern, int repeats)
- Returns a string made up of repetitions of the specified string.