Uses of Class
org.jboss.set.aphrodite.repository.services.common.RepositoryType
-
Packages that use RepositoryType Package Description org.jboss.set.aphrodite org.jboss.set.aphrodite.config org.jboss.set.aphrodite.repository.services.common org.jboss.set.aphrodite.spi -
-
Uses of RepositoryType in org.jboss.set.aphrodite
Methods in org.jboss.set.aphrodite that return types with arguments of type RepositoryType Modifier and Type Method Description Map<RepositoryType,org.jboss.set.aphrodite.domain.RateLimit>Aphrodite. getRateLimits() -
Uses of RepositoryType in org.jboss.set.aphrodite.config
Methods in org.jboss.set.aphrodite.config that return RepositoryType Modifier and Type Method Description RepositoryTypeRepositoryConfig. getType()Constructors in org.jboss.set.aphrodite.config with parameters of type RepositoryType Constructor Description RepositoryConfig(String url, String username, String password, RepositoryType type) -
Uses of RepositoryType in org.jboss.set.aphrodite.repository.services.common
Fields in org.jboss.set.aphrodite.repository.services.common declared as RepositoryType Modifier and Type Field Description protected RepositoryTypeAbstractRepositoryService. REPOSITORY_TYPEMethods in org.jboss.set.aphrodite.repository.services.common that return RepositoryType Modifier and Type Method Description static RepositoryTypeRepositoryType. valueOf(String name)Returns the enum constant of this type with the specified name.static RepositoryType[]RepositoryType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jboss.set.aphrodite.repository.services.common with parameters of type RepositoryType Constructor Description AbstractRepositoryService(RepositoryType REPOSITORY_TYPE) -
Uses of RepositoryType in org.jboss.set.aphrodite.spi
Methods in org.jboss.set.aphrodite.spi that return RepositoryType Modifier and Type Method Description RepositoryTypeRepositoryService. getRepositoryType()Get Repository type
-