Uses of Class
io.quarkus.devtools.project.state.ModuleState
-
Packages that use ModuleState Package Description io.quarkus.devtools.project.state -
-
Uses of ModuleState in io.quarkus.devtools.project.state
Methods in io.quarkus.devtools.project.state that return ModuleState Modifier and Type Method Description ModuleStateModuleState.Builder. build()ModuleStateProjectState. getMainModule()ModuleStateProjectState. getModule(io.quarkus.bootstrap.workspace.WorkspaceModuleId id)Methods in io.quarkus.devtools.project.state that return types with arguments of type ModuleState Modifier and Type Method Description Collection<ModuleState>ProjectState. getModules()Methods in io.quarkus.devtools.project.state with parameters of type ModuleState Modifier and Type Method Description ProjectState.BuilderProjectState.Builder. addModule(ModuleState state)
-