Uses of Class
org.apache.camel.quarkus.maven.CqCatalog.Flavor
-
-
Uses of CqCatalog.Flavor in org.apache.camel.quarkus.maven
Methods in org.apache.camel.quarkus.maven that return CqCatalog.Flavor Modifier and Type Method Description static CqCatalog.FlavorCqCatalog.Flavor. valueOf(String name)Returns the enum constant of this type with the specified name.static CqCatalog.Flavor[]CqCatalog.Flavor. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.quarkus.maven with parameters of type CqCatalog.Flavor Modifier and Type Method Description static CqCatalog.GavCqCatalogCqCatalog.GavCqCatalog. open(Path localRepository, CqCatalog.Flavor flavor, String version)Constructors in org.apache.camel.quarkus.maven with parameters of type CqCatalog.Flavor Constructor Description CqCatalog(Path baseDir, CqCatalog.Flavor flavor)GavCqCatalog(FileSystem jarFileSystem, CqCatalog.Flavor flavor)
-