public class BrainfuckApplicationConfiguration extends Object
| Constructor and Description |
|---|
BrainfuckApplicationConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
TapeEofBehaviour |
getEofBehaviour() |
File |
getInputFile() |
File |
getOutputFile() |
Charset |
getProgramCharset() |
Charset |
getTapeCharset() |
int |
hashCode() |
boolean |
isProgramGivenAsArgument() |
void |
setEofBehaviour(TapeEofBehaviour eofBehaviour) |
void |
setInputFile(File inputFile) |
void |
setOutputFile(File outputFile) |
void |
setProgramCharset(Charset programCharset) |
void |
setProgramGivenAsArgument(boolean programGivenAsArgument) |
void |
setTapeCharset(Charset tapeCharset) |
String |
toString() |
public Charset getTapeCharset()
public void setTapeCharset(Charset tapeCharset)
public Charset getProgramCharset()
public void setProgramCharset(Charset programCharset)
public boolean isProgramGivenAsArgument()
public void setProgramGivenAsArgument(boolean programGivenAsArgument)
public TapeEofBehaviour getEofBehaviour()
public void setEofBehaviour(TapeEofBehaviour eofBehaviour)
Copyright © 2018. All rights reserved.