Uses of Class
org.jboss.set.aphrodite.config.RepositoryConfig
-
Packages that use RepositoryConfig Package Description org.jboss.set.aphrodite.config org.jboss.set.aphrodite.repository.services.common org.jboss.set.aphrodite.spi -
-
Uses of RepositoryConfig in org.jboss.set.aphrodite.config
Methods in org.jboss.set.aphrodite.config that return types with arguments of type RepositoryConfig Modifier and Type Method Description List<RepositoryConfig>AphroditeConfig. getRepositoryConfigs()Methods in org.jboss.set.aphrodite.config with parameters of type RepositoryConfig Modifier and Type Method Description static AphroditeConfigAphroditeConfig. singleRepositoryService(RepositoryConfig repositoryConfig)Method parameters in org.jboss.set.aphrodite.config with type arguments of type RepositoryConfig Modifier and Type Method Description static AphroditeConfigAphroditeConfig. repositoryServicesOnly(List<RepositoryConfig> repositoryConfigs) -
Uses of RepositoryConfig in org.jboss.set.aphrodite.repository.services.common
Fields in org.jboss.set.aphrodite.repository.services.common declared as RepositoryConfig Modifier and Type Field Description protected RepositoryConfigAbstractRepositoryService. configMethods in org.jboss.set.aphrodite.repository.services.common with parameters of type RepositoryConfig Modifier and Type Method Description booleanAbstractRepositoryService. init(RepositoryConfig config) -
Uses of RepositoryConfig in org.jboss.set.aphrodite.spi
Methods in org.jboss.set.aphrodite.spi with parameters of type RepositoryConfig Modifier and Type Method Description booleanRepositoryService. init(RepositoryConfig config)Initiate thisRepositoryServiceusing the suppliedRepositoryConfig.
-