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

io.quarkus.devui.runtime.build.BuildMetricsDevUIRecorder Maven / Gradle / Ivy

package io.quarkus.devui.runtime.build;

import java.nio.file.Path;

import io.quarkus.runtime.annotations.Recorder;

@Recorder
public class BuildMetricsDevUIRecorder {

    public void setBuildMetricsPath(String buildMetricsPath) {
        BuildMetricsDevUIController.get().setBuildMetricsPath(Path.of(buildMetricsPath));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy