public interface PatchingArtifact<P extends PatchingArtifact.ArtifactState,S extends PatchingArtifact.ArtifactState>
ArtifactState depending on the context.| Modifier and Type | Interface and Description |
|---|---|
static interface |
PatchingArtifact.ArtifactState |
| Modifier and Type | Method and Description |
|---|---|
Collection<PatchingArtifact<S,? extends PatchingArtifact.ArtifactState>> |
getArtifacts()
Get the associated child artifacts.
|
boolean |
process(P parent,
org.jboss.as.patching.validation.PatchingArtifactProcessor processor)
Process the artifact and push it to the
PatchingArtifactProcessor for further analysis. |
boolean process(P parent, org.jboss.as.patching.validation.PatchingArtifactProcessor processor)
PatchingArtifactProcessor for further analysis.parent - the parent stateprocessor - the processorCollection<PatchingArtifact<S,? extends PatchingArtifact.ArtifactState>> getArtifacts()
Copyright © 2014 JBoss by Red Hat. All rights reserved.