public class AppModel extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
AppModel.Builder |
| Modifier and Type | Method and Description |
|---|---|
AppArtifact |
getAppArtifact() |
List<AppDependency> |
getDeploymentDependencies()
Deprecated.
|
List<AppDependency> |
getFullDeploymentDeps() |
Set<AppArtifactKey> |
getLesserPriorityArtifacts() |
Set<AppArtifactKey> |
getParentFirstArtifacts() |
List<AppDependency> |
getUserDependencies()
Dependencies that the user has added that have nothing to do with Quarkus (3rd party libs, additional modules etc)
|
String |
toString() |
public AppArtifact getAppArtifact()
public List<AppDependency> getUserDependencies()
@Deprecated public List<AppDependency> getDeploymentDependencies()
public List<AppDependency> getFullDeploymentDeps()
public Set<AppArtifactKey> getParentFirstArtifacts()
public Set<AppArtifactKey> getLesserPriorityArtifacts()
Copyright © 2020 JBoss by Red Hat. All rights reserved.