moj.lang
Class SLprops

java.lang.Object
  extended by moj.lang.SLprops

public class SLprops
extends java.lang.Object

Version:
2006-Sep-26
Author:
Martin Hassel

Field Summary
 int longestWord
           
 int minimumWordsPerFile
           
 int shortestWord
           
 java.lang.String stoplistFile
           
 
Constructor Summary
SLprops(java.lang.String propsfile)
           
 
Method Summary
 void writeProperties(java.io.OutputStreamWriter osw)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stoplistFile

public java.lang.String stoplistFile

shortestWord

public int shortestWord

longestWord

public int longestWord

minimumWordsPerFile

public int minimumWordsPerFile
Constructor Detail

SLprops

public SLprops(java.lang.String propsfile)
Method Detail

writeProperties

public void writeProperties(java.io.OutputStreamWriter osw)