// create-xxx commands.
String childType = d.getName();
boolean isCustom = CLIProfile.getInstance().isForCustomization(d);
if (baseType.equals(childType)) {
if (isCustom) {
builder.appendCell(DSConfig.CUSTOM_TYPE);
} else {
builder.appendCell(DSConfig.GENERIC_TYPE);
}
} else if (childType.endsWith(typeSuffix)) {
String ctname = childType.substring(0, childType.length()