|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of IResetable in org.specrunner.comparators |
|---|
| Subinterfaces of IResetable in org.specrunner.comparators | |
|---|---|
interface |
IComparator
Compare tow objects. |
| Uses of IResetable in org.specrunner.comparators.core |
|---|
| Classes in org.specrunner.comparators.core that implement IResetable | |
|---|---|
class |
AbstractComparatorTime
Abstract comparator of time objects. |
class |
ComparatorClob
Compare two string/clobs. |
class |
ComparatorClobNormalized
Compare two strings/clobs using UtilString.normalized(...) |
class |
ComparatorClobTrim
Compare two strings/clobs using trim to clean strings. |
class |
ComparatorDate
Comparator of dates. |
class |
ComparatorDefault
A default comparator. |
class |
ComparatorJodatime
Comparator of ReadableInstants. |
class |
ComparatorNode
A default node comparator. |
class |
ComparatorString
A string comparator using equals. |
class |
ComparatorStringNormalized
Compare two strings using UtilString.normalized(...) |
class |
ComparatorStringTrim
Compare two strings using trim to clean strings. |
class |
ComparatorTime
Comparator of JVM dates and Joda Time readable instants. |
class |
ComparatorTimestamp
Comparator of timestamps. |
class |
ComparatorTrue
Useful comparator to ignore a given cell or row. |
| Uses of IResetable in org.specrunner.converters |
|---|
| Subinterfaces of IResetable in org.specrunner.converters | |
|---|---|
interface |
IConverter
A generic converter interface. |
| Uses of IResetable in org.specrunner.converters.core |
|---|
| Classes in org.specrunner.converters.core that implement IResetable | |
|---|---|
class |
AbstractConverterTimeTemplate<T>
Create time information. |
class |
AbstractConverterTimezone<T>
Create timezone information. |
class |
ConverterBigDecimal
Basic bigdecimal converter. |
class |
ConverterBoolean
A tipical boolean converter. |
class |
ConverterBooleanTemplate
The boolean template converter. |
class |
ConverterByte
Basic byte converter. |
class |
ConverterCharacter
Basic char converter. |
class |
ConverterDateCurrent
Create current date. |
class |
ConverterDateCurrentTemplate
Create current date. |
class |
ConverterDateOnly
Create current date without without hour information. |
class |
ConverterDatePatternArgs
Convert any date (Date from Java), given a provided pattern in arg[0]. |
class |
ConverterDatePatternTemplate
General date converter. |
class |
ConverterDateTimeCurrent
Create current date. |
class |
ConverterDateTimeCurrentTemplate
Create current date. |
class |
ConverterDateTimePatternArgs
Convert any date (DateTime form Jodatime), given a provided pattern in arg[0]. |
class |
ConverterDateTimePatternTemplate
General date converter. |
class |
ConverterDefault
Default converter. |
class |
ConverterDouble
Basic double converter. |
class |
ConverterEnum
Basic enumeration converter, from a text to the corresponding enumeration item. |
class |
ConverterEnumTemplate
Template for converter of enumerations. |
class |
ConverterEnumValue
Basic enumeration converter, from a text to the corresponding enumeration item. |
class |
ConverterEnumValueTemplate
Template for converter of enumerations. |
class |
ConverterFloat
Basic float converter. |
class |
ConverterInteger
Basic integer converter. |
class |
ConverterLocalDateCurrent
Create current date. |
class |
ConverterLocalDateCurrentTemplate
Create current date. |
class |
ConverterLocalDatePatternArgs
Convert any date (LocalDate from Jodatime), given a provided pattern in arg[0]. |
class |
ConverterLocalDatePatternTemplate
General date converter. |
class |
ConverterLong
Basic long converter. |
class |
ConverterNotNullNotEmpty
Basic nullable converter. |
class |
ConverterNull
Turn everything to null. |
class |
ConverterNumber
Basic number converter. |
class |
ConverterShort
Basic short converter. |
class |
ConverterString
Convert any object to String using String.valueOf(...) |
class |
ConverterStringNormalized
Convert any object to String using UtilString.normalized(...) |
class |
ConverterStringTrim
Convert any object to String using String.valueOf(...).trim(). |
class |
ConverterTimestampCurrent
Create current date (in timestamp). |
class |
ConverterTimestampCurrentTemplate
Create current date (in timestamp). |
class |
ConverterTimestampPatternArgs
Convert any date (Timestamp from Java), given a provided pattern in arg[0]. |
class |
ConverterTimestampPatternTemplate
General timestamp pattern converter. |
| Uses of IResetable in org.specrunner.plugins.core.objects |
|---|
| Classes in org.specrunner.plugins.core.objects that implement IResetable | |
|---|---|
class |
ConverterObject
Convert a reference to an object in mapped resources. |
| Uses of IResetable in org.specrunner.result |
|---|
| Subinterfaces of IResetable in org.specrunner.result | |
|---|---|
interface |
IWritableFactory<T>
Writable object factory. |
| Uses of IResetable in org.specrunner.source |
|---|
| Subinterfaces of IResetable in org.specrunner.source | |
|---|---|
interface |
ISourceFactory
A factory of sources. |
| Uses of IResetable in org.specrunner.source.core |
|---|
| Classes in org.specrunner.source.core that implement IResetable | |
|---|---|
class |
AbstractSourceFactory
Abstraction to readers. |
class |
SourceFactoryHtml
The default implementation. |
| Uses of IResetable in org.specrunner.transformer |
|---|
| Subinterfaces of IResetable in org.specrunner.transformer | |
|---|---|
interface |
ITransformer
Perform a transformation from a document source into another. |
interface |
ITransformerGroup
A group of transformers. |
| Uses of IResetable in org.specrunner.transformer.core |
|---|
| Classes in org.specrunner.transformer.core that implement IResetable | |
|---|---|
class |
TransformerDefault
Default transformer implementation. |
class |
TransformerGroupImpl
Default transformer group implementation. |
class |
TransformerHref
Useful transformer to set all links in specification as included resources without the need of adding class='include' by hand in each
anchor link. |
| Uses of IResetable in org.specrunner.util.mapping |
|---|
| Classes in org.specrunner.util.mapping with type parameters of type IResetable | |
|---|---|
interface |
IMappingManager<T extends IResetable>
Generic mapping. |
| Uses of IResetable in org.specrunner.util.mapping.core |
|---|
| Classes in org.specrunner.util.mapping.core with type parameters of type IResetable | |
|---|---|
class |
MappingManagerImpl<T extends IResetable>
Default implementation of managers loaded by property files. |
| Uses of IResetable in org.specrunner.util.xom |
|---|
| Subinterfaces of IResetable in org.specrunner.util.xom | |
|---|---|
interface |
IPresenter
Create a Node representation of any object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||