org.scalabench.plugins.dacapo.config
Class OutputFile

java.lang.Object
  extended by org.scalabench.plugins.dacapo.config.OutputFile

public class OutputFile
extends Object


Constructor Summary
OutputFile()
           
 
Method Summary
 int getBytes()
           
 String getChecksum()
           
 int getLines()
           
 String getName()
           
 boolean isExists()
          Does this output file have to exist?
 boolean isFilter()
           
 boolean isKeep()
           
 boolean isText()
           
 void setBytes(int bytes)
           
 void setChecksum(String checksum)
           
 void setExists(boolean exists)
           
 void setFilter(boolean filter)
           
 void setKeep(boolean keep)
           
 void setLines(int lines)
           
 void setName(String name)
           
 void setText(boolean text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutputFile

public OutputFile()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getChecksum

public String getChecksum()

setChecksum

public void setChecksum(String checksum)

isText

public boolean isText()

setText

public void setText(boolean text)

isFilter

public boolean isFilter()

setFilter

public void setFilter(boolean filter)

isExists

public boolean isExists()
Does this output file have to exist?

Returns:
the value of the exists output clause

setExists

public void setExists(boolean exists)

isKeep

public boolean isKeep()

setKeep

public void setKeep(boolean keep)

getLines

public int getLines()

setLines

public void setLines(int lines)

getBytes

public int getBytes()

setBytes

public void setBytes(int bytes)


Copyright © 2010-2012 Technische Universität Darmstadt. All Rights Reserved.