Class YaspApplication

java.lang.Object
  extended byYaspApplication

public class YaspApplication
extends java.lang.Object

Our main function.


Constructor Summary
YaspApplication()
          Create an instance of YaspApplication.
 
Method Summary
static boolean getVerbose()
           
static void main(java.lang.String[] args)
           
 YaspPoem makePoem(java.lang.String s)
          Take a filename and process a YaspPoem
static void printVerboseMsg(java.lang.String str, boolean finished)
           
static void setVerbose(boolean vb)
          Set verbose / non-verbose mode.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

YaspApplication

public YaspApplication()
Create an instance of YaspApplication.

Method Detail

setVerbose

public static void setVerbose(boolean vb)
Set verbose / non-verbose mode.


getVerbose

public static boolean getVerbose()

printVerboseMsg

public static void printVerboseMsg(java.lang.String str,
                                   boolean finished)

makePoem

public YaspPoem makePoem(java.lang.String s)
Take a filename and process a YaspPoem

Parameters:
s - file name
Returns:
YaspPoem or null, if file not found

main

public static void main(java.lang.String[] args)