public abstract class AbstractRepositoryService extends Object
| Modifier and Type | Field and Description |
|---|---|
protected URL |
baseUrl |
protected RepositoryConfig |
config |
protected RepositoryType |
REPOSITORY_TYPE |
| Constructor and Description |
|---|
AbstractRepositoryService(RepositoryType REPOSITORY_TYPE) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkHost(URL url) |
protected abstract org.apache.commons.logging.Log |
getLog() |
boolean |
init(AphroditeConfig aphroditeConfig) |
boolean |
init(RepositoryConfig config) |
boolean |
urlExists(URL url) |
protected final RepositoryType REPOSITORY_TYPE
protected RepositoryConfig config
protected URL baseUrl
public AbstractRepositoryService(RepositoryType REPOSITORY_TYPE)
protected abstract org.apache.commons.logging.Log getLog()
public boolean init(AphroditeConfig aphroditeConfig)
public boolean init(RepositoryConfig config)
public boolean urlExists(URL url)
protected void checkHost(URL url) throws NotFoundException
NotFoundExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.