append(true, getConnectionHandler().getProject().getName(), false);
append(false, "/", false);
ConnectionBundle connectionBundle = getConnectionHandler().getConnectionBundle();
if (connectionBundle instanceof ModuleConnectionBundle) {
ModuleConnectionBundle moduleConnectionManager = (ModuleConnectionBundle) connectionBundle;
append(false, moduleConnectionManager.getModule().getName(), false);
append(false, "/", false);
}
append(false, getConnectionHandler().getName(), false);