Package org.wildfly.glow
Interface MetadataProvider
- All Known Implementing Classes:
WildFlyMavenMetadataProvider,WildFlyMetadataProvider
public interface MetadataProvider
- Author:
- jdenise
-
Method Summary
Modifier and TypeMethodDescriptiongetAllVersions(String spaceName) default PathgetFeaturePacks(String version, String context, boolean techPreview) getFeaturePacks(Space space, String version, String context, boolean techPreview)
-
Method Details
-
getFeaturePacks
Path getFeaturePacks(Space space, String version, String context, boolean techPreview) throws Exception - Throws:
Exception
-
getFeaturePacks
- Throws:
Exception
-
getAllVersions
- Throws:
Exception
-
getAllVersions
- Throws:
Exception
-
getSpace
- Throws:
Exception
-
getLatestVersion
- Throws:
Exception
-
getAllSpaces
- Throws:
Exception
-