public class FeaturePackDependencySpec extends Object
| Modifier and Type | Method and Description |
|---|---|
static FeaturePackDependencySpec |
create(org.jboss.galleon.config.FeaturePackConfig fpConfig) |
static FeaturePackDependencySpec |
create(String name,
org.jboss.galleon.config.FeaturePackConfig fpConfig) |
boolean |
equals(Object obj) |
String |
getName()
Name of the dependency, which is optional, can be null if the name was not provided
by the author of the feature-pack.
|
org.jboss.galleon.config.FeaturePackConfig |
getTarget()
Description of the feature-pack dependency.
|
int |
hashCode() |
String |
toString() |
public static FeaturePackDependencySpec create(org.jboss.galleon.config.FeaturePackConfig fpConfig)
public static FeaturePackDependencySpec create(String name, org.jboss.galleon.config.FeaturePackConfig fpConfig)
public String getName()
public org.jboss.galleon.config.FeaturePackConfig getTarget()
Copyright © 2016–2021 JBoss by Red Hat. All rights reserved.