Package org.jboss.set.aphrodite.domain
Class Stream
- java.lang.Object
-
- org.jboss.set.aphrodite.domain.Stream
-
public class Stream extends Object
this is the flag z-stream represented by a stream Usually the pattern is something like jboss‑eap‑6.4.z- Author:
- egonzalez, baranowb
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddComponent(StreamComponent component)booleanequals(Object o)Collection<StreamComponent>getAllComponents()StreamComponentgetComponent(String componentName)StringgetName()StreamgetUpstream()URLgetURL()inthashCode()booleanhasUpstream()StringtoString()voidupdateComponent(StreamComponent component)
-
-
-
Method Detail
-
getName
public String getName()
-
hasUpstream
public boolean hasUpstream()
-
getUpstream
public Stream getUpstream()
-
getURL
public URL getURL()
-
getAllComponents
public Collection<StreamComponent> getAllComponents()
-
addComponent
public void addComponent(StreamComponent component)
-
updateComponent
public void updateComponent(StreamComponent component) throws StreamComponentUpdateException
- Throws:
StreamComponentUpdateException
-
getComponent
public StreamComponent getComponent(String componentName)
-
-