Package | Description |
---|---|
org.jboss.shrinkwrap.resolver.api | |
org.jboss.shrinkwrap.resolver.impl.maven |
Modifier and Type | Method and Description |
---|---|
<RETURNTYPE> |
FormatStage.asSingle(Class<RETURNTYPE> returnTypeClass)
Formats the resultant artifact as a
type ; assumes a single artifact is returned from resolution. |
File |
FormatStage.asSingleFile()
Formats the resultant artifact as a
File ; assumes a single artifact is returned from resolution. |
InputStream |
FormatStage.asSingleInputStream()
Formats the resultant artifact as an
InputStream ; assumes a single artifact is returned from resolution. |
RESOLVEDTYPE |
FormatStage.asSingleResolvedArtifact()
Formats the resultant artifact as
RESOLVEDTYPE ; assumes a single artifact is returned from resolution. |
Modifier and Type | Method and Description |
---|---|
<RETURNTYPE> |
MavenFormatStageImpl.asSingle(Class<RETURNTYPE> type) |
File |
MavenFormatStageImpl.asSingleFile() |
InputStream |
MavenFormatStageImpl.asSingleInputStream() |
MavenResolvedArtifact |
MavenFormatStageImpl.asSingleResolvedArtifact() |
Copyright © 2022 JBoss by Red Hat. All rights reserved.