Uses of Class
org.l2x6.cq.CqCatalog.Flavor
-
-
Uses of CqCatalog.Flavor in org.l2x6.cq
Methods in org.l2x6.cq 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.l2x6.cq 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.l2x6.cq with parameters of type CqCatalog.Flavor Constructor Description CqCatalog(Path baseDir, CqCatalog.Flavor flavor)CqCatalog(CqCatalog.Flavor flavor)
-