+ platform.substring(1).toLowerCase() + "Node";
}
public static void main(String[] args) throws IOException {
ArgumentManager config = new ArgumentManager();
config.handleArguments(args);
String nodeType = config.getProperty("nodeType");
String platform = nodeType;
GenericNode node;
if (nodeType != null) {