org.codehaus.groovy.tools
Class Utilities

java.lang.Object
  extended by org.codehaus.groovy.tools.Utilities

public abstract class Utilities
extends java.lang.Object

Various utility functions for use in the compiler.


Field Summary
private static java.lang.String eol
           
 
Constructor Summary
Utilities()
           
 
Method Summary
static java.lang.String eol()
          Returns the end-of-line marker.
static java.lang.String repeatString(java.lang.String pattern, int repeats)
          Returns a string made up of repetitions of the specified string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eol

private static java.lang.String eol
Constructor Detail

Utilities

public Utilities()
Method Detail

repeatString

public static java.lang.String repeatString(java.lang.String pattern,
                                            int repeats)
Returns a string made up of repetitions of the specified string.


eol

public static java.lang.String eol()
Returns the end-of-line marker.



Copyright © ${year} The Codehaus. All Rights Reserved.