public class IfcSpfReader extends Object
| Modifier and Type | Field and Description |
|---|---|
BufferedWriter |
bw |
String |
DEFAULT_PATH |
boolean |
logToFile |
| Constructor and Description |
|---|
IfcSpfReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
convert(String jsonConfig) |
void |
convert(String ifcFile,
String outputFile,
String baseURI) |
static void |
main(String[] args) |
void |
setupLogger(String path) |
static List<String> |
showFiles(String dir) |
static String |
slurp(InputStream in) |
public final String DEFAULT_PATH
public boolean logToFile
public BufferedWriter bw
public static void main(String[] args) throws IOException
args - inputFilePath outputFilePathIOExceptionpublic void setupLogger(String path)
public void convert(String jsonConfig) throws IOException
IOExceptionpublic static String slurp(InputStream in) throws IOException
IOExceptionpublic void convert(String ifcFile, String outputFile, String baseURI) throws IOException
IOExceptionCopyright © 2018. All rights reserved.