public class GradleStrategyStage extends Object
| Constructor and Description |
|---|
GradleStrategyStage(String projectDirectory,
Set<ScopeType> scopeTypesDependencies) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.shrinkwrap.api.Archive[] |
as(Class<? extends org.jboss.shrinkwrap.api.Archive> archive)
Gets all dependencies (and the transitive ones too) as given ShrinkWrap Archive type.
|
List<? extends org.jboss.shrinkwrap.api.Archive> |
asList(Class<? extends org.jboss.shrinkwrap.api.Archive> archive)
Gets all dependencies (and the transitive ones too) as given ShrinkWrap Archive type.
|
public org.jboss.shrinkwrap.api.Archive[] as(Class<? extends org.jboss.shrinkwrap.api.Archive> archive)
archive - ShrinkWrap archive.public List<? extends org.jboss.shrinkwrap.api.Archive> asList(Class<? extends org.jboss.shrinkwrap.api.Archive> archive)
archive - ShrinkWrap archive.Copyright © 2017 JBoss by Red Hat. All rights reserved.