public class ShrinkwrapResolver extends Object implements DependencyResolver
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_PATH_TO_POM |
static String |
JAR |
static String |
JSON_SUFFIX |
| Constructor and Description |
|---|
ShrinkwrapResolver() |
ShrinkwrapResolver(String pathToPomFile,
boolean rethrowExceptions) |
| Modifier and Type | Method and Description |
|---|---|
List<URL> |
resolve(Session session)
Resolves dependencies to additional kubernetes resources.
|
DependencyResolver |
toImmutable() |
public static final String JAR
public static final String JSON_SUFFIX
public static final String DEFAULT_PATH_TO_POM
public ShrinkwrapResolver()
public ShrinkwrapResolver(String pathToPomFile, boolean rethrowExceptions)
public List<URL> resolve(Session session) throws IOException
DependencyResolverresolve in interface DependencyResolversession - The session to resolve.IOException - if dependencies cannot be resolved.public DependencyResolver toImmutable()
toImmutable in interface WithToImmutable<DependencyResolver>Copyright © 2018 JBoss by Red Hat. All rights reserved.