public class AppModel extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
AppModel.Builder |
| Modifier and Type | Field and Description |
|---|---|
static String |
EXCLUDED_ARTIFACTS |
static String |
LESSER_PRIORITY_ARTIFACTS |
static String |
PARENT_FIRST_ARTIFACTS |
| Modifier and Type | Method and Description |
|---|---|
AppArtifact |
getAppArtifact() |
List<AppDependency> |
getDeploymentDependencies()
Deprecated.
|
List<AppDependency> |
getFullDeploymentDeps() |
Set<AppArtifactKey> |
getLesserPriorityArtifacts() |
Set<AppArtifactKey> |
getLocalProjectArtifacts() |
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 static final String PARENT_FIRST_ARTIFACTS
public static final String EXCLUDED_ARTIFACTS
public static final String LESSER_PRIORITY_ARTIFACTS
public AppArtifact getAppArtifact()
public List<AppDependency> getUserDependencies()
@Deprecated public List<AppDependency> getDeploymentDependencies()
public List<AppDependency> getFullDeploymentDeps()
public Set<AppArtifactKey> getParentFirstArtifacts()
public Set<AppArtifactKey> getLesserPriorityArtifacts()
public Set<AppArtifactKey> getLocalProjectArtifacts()
Copyright © 2020 JBoss by Red Hat. All rights reserved.