public abstract class AbstractFilterStreamFactory extends Object implements FilterStreamFactory
Modifier and Type | Field and Description |
---|---|
protected FilterStreamDescriptor |
descriptor |
protected FilterStreamType |
type |
Constructor and Description |
---|
AbstractFilterStreamFactory(FilterStreamType type) |
Modifier and Type | Method and Description |
---|---|
FilterStreamDescriptor |
getDescriptor() |
FilterStreamType |
getType() |
protected void |
setDescriptor(FilterStreamDescriptor descriptor) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getFilterInterfaces
protected final FilterStreamType type
protected FilterStreamDescriptor descriptor
public AbstractFilterStreamFactory(FilterStreamType type)
public FilterStreamType getType()
getType
in interface FilterStreamFactory
FilterStreamType
, which identifies a filter input and output components using a role hint.public FilterStreamDescriptor getDescriptor()
getDescriptor
in interface FilterStreamFactory
protected void setDescriptor(FilterStreamDescriptor descriptor)
Copyright © 2004–2022 XWiki. All rights reserved.