| Package | Description |
|---|---|
| org.jboss.set.aphrodite.domain |
| Modifier and Type | Method and Description |
|---|---|
static RepositoryType |
RepositoryType.fromRepositoryURI(URI uri) |
static RepositoryType |
RepositoryType.fromRepositoryURL(String stringURI) |
static RepositoryType |
RepositoryType.fromType(String type) |
RepositoryType |
StreamComponent.getRepositoryType() |
static RepositoryType |
RepositoryType.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StreamComponent.setRepositoryType(RepositoryType repositoryType) |
| Constructor and Description |
|---|
StreamComponent(String name,
List<String> contacts,
RepositoryType repositoryType,
URI repositoryURL,
Codebase codebase,
String tag,
String version,
String gav,
String comment) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.