Uses of Class
org.wildfly.galleon.maven.FeaturePackDependencySpec
-
Packages that use FeaturePackDependencySpec Package Description org.wildfly.galleon.maven -
-
Uses of FeaturePackDependencySpec in org.wildfly.galleon.maven
Methods in org.wildfly.galleon.maven that return FeaturePackDependencySpec Modifier and Type Method Description static FeaturePackDependencySpecFeaturePackDependencySpec. create(java.lang.String name, org.jboss.galleon.config.FeaturePackConfig fpConfig)static FeaturePackDependencySpecFeaturePackDependencySpec. create(org.jboss.galleon.config.FeaturePackConfig fpConfig)Methods in org.wildfly.galleon.maven that return types with arguments of type FeaturePackDependencySpec Modifier and Type Method Description java.util.Map<org.wildfly.galleon.plugin.ArtifactCoords.Gav,FeaturePackDependencySpec>WildFlyFeaturePackBuild. getDependencies()Methods in org.wildfly.galleon.maven with parameters of type FeaturePackDependencySpec Modifier and Type Method Description WildFlyFeaturePackBuild.BuilderWildFlyFeaturePackBuild.Builder. addDependency(org.wildfly.galleon.plugin.ArtifactCoords.Gav gav, FeaturePackDependencySpec dependency)
-