Package org.wildfly.glow
Class WildFlyMavenMetadataProvider
java.lang.Object
org.wildfly.glow.WildFlyMavenMetadataProvider
- All Implemented Interfaces:
MetadataProvider
- Author:
- jdenise
-
Constructor Summary
ConstructorsConstructorDescriptionWildFlyMavenMetadataProvider(org.jboss.galleon.universe.maven.repo.MavenRepoManager repo, Path tmpDirectory) -
Method Summary
Modifier and TypeMethodDescriptiongetAllVersions(String spaceName) getFeaturePacks(Space space, String version, String context, boolean techPreview) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.glow.MetadataProvider
getAllVersions, getFeaturePacks
-
Constructor Details
-
WildFlyMavenMetadataProvider
public WildFlyMavenMetadataProvider(org.jboss.galleon.universe.maven.repo.MavenRepoManager repo, Path tmpDirectory)
-
-
Method Details
-
getFeaturePacks
public Path getFeaturePacks(Space space, String version, String context, boolean techPreview) throws Exception - Specified by:
getFeaturePacksin interfaceMetadataProvider- Throws:
Exception
-
getAllVersions
- Specified by:
getAllVersionsin interfaceMetadataProvider- Throws:
Exception
-
getSpace
- Specified by:
getSpacein interfaceMetadataProvider- Throws:
Exception
-
getLatestVersion
- Specified by:
getLatestVersionin interfaceMetadataProvider- Throws:
Exception
-
getAllSpaces
- Specified by:
getAllSpacesin interfaceMetadataProvider- Throws:
Exception
-