All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.structurizr.dsl.DefaultViewParser Maven / Gradle / Ivy

The newest version!
package com.structurizr.dsl;

import com.structurizr.view.View;

final class DefaultViewParser extends AbstractParser {

    void parse(ViewDslContext context) {
        View view = context.getView();
        context.getWorkspace().getViews().getConfiguration().setDefaultView(view);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy