public class AppModel extends Object
| Constructor and Description |
|---|
AppModel(AppArtifact appArtifact,
List<AppDependency> userDeps,
List<AppDependency> deploymentDeps) |
| Modifier and Type | Method and Description |
|---|---|
List<AppDependency> |
getAllDependencies() |
AppArtifact |
getAppArtifact() |
List<AppDependency> |
getDeploymentDependencies() |
List<AppDependency> |
getUserDependencies() |
public AppModel(AppArtifact appArtifact, List<AppDependency> userDeps, List<AppDependency> deploymentDeps)
public List<AppDependency> getAllDependencies() throws BootstrapDependencyProcessingException
public AppArtifact getAppArtifact()
public List<AppDependency> getUserDependencies() throws BootstrapDependencyProcessingException
public List<AppDependency> getDeploymentDependencies() throws BootstrapDependencyProcessingException
Copyright © 2020 JBoss by Red Hat. All rights reserved.