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() |
String |
getTag() |
String |
getVersion() |
int |
hashCode() |
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 String getTag()
public String getVersion()
public String getGAV()
public String getComment()
Copyright © 2017 JBoss by Red Hat. All rights reserved.