| Package | Description |
|---|---|
| org.arquillian.rusheye.listener | |
| org.arquillian.rusheye.result | |
| org.arquillian.rusheye.retriever | |
| org.arquillian.rusheye.suite |
JBoss, Home of Professional Open Source
Copyright ${year}, Red Hat, Inc.
|
| Modifier and Type | Field and Description |
|---|---|
protected Properties |
SuiteListenerAdapter.properties |
| Modifier and Type | Method and Description |
|---|---|
void |
SuiteListenerAdapter.setProperties(Properties properties) |
void |
SuiteListener.setProperties(Properties properties)
Sets the properties of listener, this properties needs to be propagated to all subsequent listeners.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResultStatistics.setProperties(Properties properties)
Set the properties to be consumed by final implementation.
|
void |
ResultStorage.setProperties(Properties properties)
Set the properties to be consumed by final implementation.
|
| Modifier and Type | Method and Description |
|---|---|
Properties |
RetrieverAdapter.mergeProperties(Properties localProperties) |
Properties |
Retriever.mergeProperties(Properties localProperties) |
| Modifier and Type | Method and Description |
|---|---|
Properties |
RetrieverAdapter.mergeProperties(Properties localProperties) |
Properties |
Retriever.mergeProperties(Properties localProperties) |
BufferedImage |
RetrieverAdapter.retrieve(String source,
Properties localProperties) |
BufferedImage |
Retriever.retrieve(String source,
Properties localProperties) |
void |
RetrieverAdapter.setGlobalProperties(Properties properties) |
void |
Retriever.setGlobalProperties(Properties properties) |
| Modifier and Type | Class and Description |
|---|---|
class |
ImageSource
The image source abstraction with possibility to pre-process retrieval of the image from source.
|
class |
Mask
The mask for the filtering of the samples during comparison.
|
class |
MaskRetrieverImpl
Proxy for actual implementation of
MaskRetriever. |
class |
Pattern
The pattern as input into comparison process, to be compared with sample.
|
class |
PatternRetrieverImpl
Proxy for actual implementation of
PatternRetriever. |
class |
Sample
The sample as the source of comparison process, to be compared againts patterns.
|
class |
SampleRetrieverImpl
Proxy for actual implementation of
SampleRetriever. |
class |
SuiteListenerImpl
Proxy for actual implementation of
SuiteListener. |
class |
TypeProperties
The properties with type attribute to derive implementations of elements meaning particular implementation.
|
| Modifier and Type | Method and Description |
|---|---|
Properties |
ObjectFactory.createProperties() |
Properties |
SampleRetrieverImpl.mergeProperties(Properties localProperties) |
Properties |
MaskRetrieverImpl.mergeProperties(Properties localProperties) |
Properties |
PatternRetrieverImpl.mergeProperties(Properties localProperties) |
| Modifier and Type | Method and Description |
|---|---|
void |
Properties.include(Properties includeProperties) |
Properties |
SampleRetrieverImpl.mergeProperties(Properties localProperties) |
Properties |
MaskRetrieverImpl.mergeProperties(Properties localProperties) |
Properties |
PatternRetrieverImpl.mergeProperties(Properties localProperties) |
BufferedImage |
SampleRetrieverImpl.retrieve(String source,
Properties localProperties) |
BufferedImage |
MaskRetrieverImpl.retrieve(String source,
Properties localProperties) |
BufferedImage |
PatternRetrieverImpl.retrieve(String source,
Properties localProperties) |
void |
SampleRetrieverImpl.setGlobalProperties(Properties properties) |
void |
MaskRetrieverImpl.setGlobalProperties(Properties properties) |
void |
PatternRetrieverImpl.setGlobalProperties(Properties properties) |
void |
SuiteListenerImpl.setProperties(Properties properties) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.