org.millscript.millscript.alert
Class Output

java.lang.Object
  extended by org.millscript.millscript.alert.Output

public final class Output
extends java.lang.Object


Method Summary
static java.lang.String keepShort(java.lang.Object x)
          Returns the string representation of the specified object, trimmed to a fixed length.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

keepShort

public static java.lang.String keepShort(java.lang.Object x)
Returns the string representation of the specified object, trimmed to a fixed length.

Parameters:
x - the object to convert to a string
Returns:
the string representation of the object
See Also:
keepShort(Object,int), MAXLEN


Copyright © 2001-2007 Open World Ltd. All Rights Reserved.