public interface Workspace<M extends WorkspaceProject>
| Modifier and Type | Method and Description |
|---|---|
Collection<M> |
getAllProjects() |
M |
getProject(AppArtifactKey key) |
default M |
getProject(String groupId,
String artifactId) |
M getProject(AppArtifactKey key)
Collection<M> getAllProjects()
Copyright © 2021 JBoss by Red Hat. All rights reserved.