public class CurateOutcome extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CurateOutcome.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<org.apache.maven.model.Repository> |
artifactRepos |
(package private) static String |
CREATOR_APP_ARTIFACT_ID |
(package private) static String |
CREATOR_APP_CLASSIFIER |
(package private) static String |
CREATOR_APP_GROUP_ID |
(package private) static String |
CREATOR_APP_TYPE |
(package private) static String |
CREATOR_APP_VERSION |
protected AppModel |
effectiveModel |
protected AppModel |
initialModel |
protected boolean |
loadedFromState |
protected boolean |
persisted |
protected AppModelResolver |
resolver |
protected AppArtifact |
stateArtifact |
protected List<AppDependency> |
updatedDeps |
| Constructor and Description |
|---|
CurateOutcome(CurateOutcome.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
static CurateOutcome.Builder |
builder() |
AppArtifact |
getAppArtifact() |
AppModelResolver |
getArtifactResolver() |
AppModel |
getEffectiveModel() |
AppModel |
getInitialModel() |
List<AppDependency> |
getUpdatedDeps() |
boolean |
hasUpdatedDeps() |
boolean |
isPersisted() |
void |
persist(CuratedApplicationCreator creator) |
static final String CREATOR_APP_GROUP_ID
static final String CREATOR_APP_ARTIFACT_ID
static final String CREATOR_APP_CLASSIFIER
static final String CREATOR_APP_TYPE
static final String CREATOR_APP_VERSION
protected final AppArtifact stateArtifact
protected final AppModel initialModel
protected final List<AppDependency> updatedDeps
protected final AppModelResolver resolver
protected final List<org.apache.maven.model.Repository> artifactRepos
protected final boolean loadedFromState
protected AppModel effectiveModel
protected boolean persisted
public CurateOutcome(CurateOutcome.Builder builder)
public static CurateOutcome.Builder builder()
public AppModelResolver getArtifactResolver()
public AppArtifact getAppArtifact()
public AppModel getInitialModel()
public boolean hasUpdatedDeps()
public List<AppDependency> getUpdatedDeps()
public AppModel getEffectiveModel() throws AppCreatorException
AppCreatorExceptionpublic boolean isPersisted()
public void persist(CuratedApplicationCreator creator) throws AppCreatorException
AppCreatorExceptionCopyright © 2020 JBoss by Red Hat. All rights reserved.