public class StreamComponent extends Object
| Constructor and Description |
|---|
StreamComponent(String name,
List<String> contacts,
RepositoryType repositoryType,
URI repositoryURL,
Codebase codebase,
String tag,
String version,
String gav,
String comment) |
StreamComponent(String name,
List<String> contacts,
URI repositoryURL,
Codebase codebase,
String tag,
String version,
String gav) |
StreamComponent(String name,
List<String> contacts,
URI repositoryURL,
Codebase codebase,
String tag,
String version,
String gav,
String comment) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Codebase |
getCodebase() |
Optional<String> |
getCodeBasePath() |
String |
getComment() |
List<String> |
getContacts() |
String |
getGAV() |
String |
getName() |
RepositoryType |
getRepositoryType() |
URI |
getRepositoryURL() |
Stream |
getStream() |
String |
getTag() |
String |
getVersion() |
int |
hashCode() |
void |
setCodebase(Codebase codebase) |
void |
setCodebase(String codebase) |
void |
setComment(String comment) |
void |
setContacts(List<String> contacts) |
void |
setRepositoryType(RepositoryType repositoryType) |
void |
setRepositoryURL(URI repositoryURL) |
void |
setTag(String tag) |
void |
setVersion(String version) |
String |
toString() |
public StreamComponent(String name, List<String> contacts, RepositoryType repositoryType, URI repositoryURL, Codebase codebase, String tag, String version, String gav, String comment)
public StreamComponent(String name, List<String> contacts, URI repositoryURL, Codebase codebase, String tag, String version, String gav, String comment)
public String getName()
public RepositoryType getRepositoryType()
public URI getRepositoryURL()
public Codebase getCodebase()
public void setCodebase(String codebase)
public String getTag()
public void setTag(String tag)
public String getVersion()
public void setVersion(String version)
public String getGAV()
public String getComment()
public Stream getStream()
public void setRepositoryType(RepositoryType repositoryType)
public void setRepositoryURL(URI repositoryURL)
public void setCodebase(Codebase codebase)
public void setComment(String comment)
Copyright © 2020 JBoss by Red Hat. All rights reserved.