Package org.wildfly.glow
Class WildFlyMetadataProvider
java.lang.Object
org.wildfly.glow.WildFlyMetadataProvider
- All Implemented Interfaces:
MetadataProvider
- Author:
- jdenise
-
Constructor Summary
Constructors -
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
-
WildFlyMetadataProvider
-
-
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
-