Package io.quarkus.devtools.testing
Class FakeExtensionCatalog
- java.lang.Object
-
- io.quarkus.devtools.testing.FakeExtensionCatalog
-
public final class FakeExtensionCatalog extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static io.quarkus.registry.catalog.ExtensionCatalogFAKE_EXTENSION_CATALOGstatic QuarkusCodestartCatalogFAKE_QUARKUS_CODESTART_CATALOG
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.quarkus.registry.catalog.ExtensionCatalognewFakeExtensionCatalog()
-
-
-
Field Detail
-
FAKE_EXTENSION_CATALOG
public static final io.quarkus.registry.catalog.ExtensionCatalog FAKE_EXTENSION_CATALOG
-
FAKE_QUARKUS_CODESTART_CATALOG
public static final QuarkusCodestartCatalog FAKE_QUARKUS_CODESTART_CATALOG
-
-