public class NEmitter extends Object
| Constructor and Description |
|---|
NEmitter(String sourceFile,
ArrayList<CLFile> clFiles,
String ra)
Construct an NEmitter instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
destinationDir(String destDir)
Set the destination directory for the SPIM files to the specified value.
|
boolean |
errorHasOccurred()
Has an emitter error occurred up to now?
|
void |
write()
Write out SPIM file(s) to the file system.
|
public void destinationDir(String destDir)
destDir - destination directory.public boolean errorHasOccurred()
public void write()