Skip navigation links
A B C D E F G I K L M N O P R S T U V W 

A

abort() - Method in interface org.refcodes.mixin.Abortable
Skips any iterations left, thereby finishing the implementing instance.
Abortable - Interface in org.refcodes.mixin
Aborts any continuing operation of the implementing instance.
AliasAccessor - Interface in org.refcodes.mixin
Provides an accessor for a alias property.
AliasAccessor.AliasBuilder<B extends AliasAccessor.AliasBuilder<B>> - Interface in org.refcodes.mixin
Provides a builder method for a alias property returning the builder for applying multiple build operations.
AliasAccessor.AliasMutator - Interface in org.refcodes.mixin
Provides a mutator for a alias property.
AliasAccessor.AliasProperty - Interface in org.refcodes.mixin
Provides a alias property.
ArgumentsAccessor<ARG> - Interface in org.refcodes.mixin
Provides access to a arguments property for e.g. key / arguments pair.
ArgumentsAccessor.ArgumentsMutator<ARG> - Interface in org.refcodes.mixin
Extends the ArgumentsAccessor with a setter method.
ArgumentsAccessor.ArgumentsProperty<ARG> - Interface in org.refcodes.mixin
Extends the ArgumentsAccessor with a setter method.

B

BottomDividerEdgeAccessor<T> - Interface in org.refcodes.mixin
Accessor for accessing the bottom divider edge; we need it in the TableBody as well as in the TableHeader and clearly in the TableTail.
BottomLeftEdgeAccessor<T> - Interface in org.refcodes.mixin
 
BottomRightEdgeAccessor<T> - Interface in org.refcodes.mixin
 
BusyAccessor - Interface in org.refcodes.mixin
Provides an accessor for a busy property.
BusyAccessor.BusyMutator - Interface in org.refcodes.mixin
Provides a mutator for a busy property.
BusyAccessor.BusyProperty - Interface in org.refcodes.mixin
Provides a busy property.

C

ChannelAccessor - Interface in org.refcodes.mixin
Provides an accessor for a channel property.
ChannelAccessor.ChannelMutator - Interface in org.refcodes.mixin
Provides a mutator for a channel property.
ChannelAccessor.ChannelProperty - Interface in org.refcodes.mixin
Provides a channel property.
CharAccessor - Interface in org.refcodes.mixin
Provides an accessor for a char property.
CharAccessor.CharBuilder<B extends CharAccessor.CharBuilder<B>> - Interface in org.refcodes.mixin
Provides a builder method for a char property returning the builder for applying multiple build operations.
CharAccessor.CharMutator - Interface in org.refcodes.mixin
Provides a mutator for a char property.
CharAccessor.CharProperty - Interface in org.refcodes.mixin
Provides a char property.
CharSetAccessor - Interface in org.refcodes.mixin
Provides an accessor for a char set property.
CharSetAccessor.CharSetBuilder<B extends CharSetAccessor.CharSetBuilder<B>> - Interface in org.refcodes.mixin
Provides a builder method for a char set property returning the builder for applying multiple build operations.
CharSetAccessor.CharSetMutator - Interface in org.refcodes.mixin
Provides a mutator for a char set property.
CharSetAccessor.CharSetProperty - Interface in org.refcodes.mixin
Provides a char set property.
CodeAccessor<T> - Interface in org.refcodes.mixin
Provides access to a code property for e.g. key / code pair.
CodeAccessor.CodeBuilder<V,B extends CodeAccessor.CodeBuilder<V,B>> - Interface in org.refcodes.mixin
Provides a builder method for a the property returning the builder for applying multiple build operations.
CodeAccessor.CodeMutator<V> - Interface in org.refcodes.mixin
Extends the CodeAccessor with a setter method.
CodeAccessor.CodeProperty<V> - Interface in org.refcodes.mixin
Extends the CodeAccessor with a setter method.
ColumnWidthAccessor - Interface in org.refcodes.mixin
Provides an accessor for a column width property.
ColumnWidthAccessor.ColumnWidthBuilder<B extends ColumnWidthAccessor.ColumnWidthBuilder<B>> - Interface in org.refcodes.mixin
Provides a builder method for a column width property returning the builder for applying multiple build operations.
ColumnWidthAccessor.ColumnWidthMutator - Interface in org.refcodes.mixin
Provides a mutator for a column width property.
ColumnWidthAccessor.ColumnWidthProperty - Interface in org.refcodes.mixin
Provides a column width property.
ContextAccessor<CTX> - Interface in org.refcodes.mixin
Provides an accessor for a context property.
ContextAccessor.ContextMutator<CTX> - Interface in org.refcodes.mixin
Provides a mutator for a context property.
ContextAccessor.ContextProperty<CTX> - Interface in org.refcodes.mixin
Provides a context property.
CorrelationIdAccessor - Interface in org.refcodes.mixin
Provides an accessor for a correlation ID property.
CorrelationIdAccessor.CorrelationIdBuilder<B extends CorrelationIdAccessor.CorrelationIdBuilder<B>> - Interface in org.refcodes.mixin
Provides a builder method for a correlation ID property returning the builder for applying multiple build operations.
CorrelationIdAccessor.CorrelationIdMutator - Interface in org.refcodes.mixin
Provides a mutator for a correlation ID property.
CorrelationIdAccessor.CorrelationIdProperty - Interface in org.refcodes.mixin
Provides a correlation ID property.
CreatedDateAccessor - Interface in org.refcodes.mixin
Provides an accessor for a "created" date property.
CreatedDateAccessor.CreatedDateMutator - Interface in org.refcodes.mixin
Provides a mutator for a "created" date property.
CreatedDateAccessor.CreatedDateProperty - Interface in org.refcodes.mixin
Extends the CreatedDateAccessor with a setter method.
CredentialAccessor<C> - Interface in org.refcodes.mixin
Provides an accessor for a credential property for e.g. key / credential pair.
CredentialAccessor.CredentialMutator<L> - Interface in org.refcodes.mixin
Provides a mutator for a credential property for e.g. key / credential pair.
CredentialAccessor.CredentialProperty<L> - Interface in org.refcodes.mixin
* Provides a credential property for e.g. key / credential pair.

D

DescriptionAccessor - Interface in org.refcodes.mixin
Provides an accessor for a description property.
DescriptionAccessor.DescriptionBuilder<B extends DescriptionAccessor.DescriptionBuilder<B>> - Interface in org.refcodes.mixin
Provides a builder method for a description property returning the builder for applying multiple build operations.
DescriptionAccessor.DescriptionMutator - Interface in org.refcodes.mixin
Provides a mutator for a description property.
DescriptionAccessor.DescriptionProperty - Interface in org.refcodes.mixin
Provides a description property.
Disposable - Interface in org.refcodes.mixin
Any type not being a mature component, which nevertheless can be destroyed, implements this Disposable interface.
Disposable.Disposedable - Interface in org.refcodes.mixin
The Disposable.Disposedable interface defines those methods related to the dispose life-cycle as well as evaluating the disposed status with DisposedAccessor.isDisposed().
dispose() - Method in interface org.refcodes.mixin.Disposable
Disposes the implementing class's instance.
DisposedAccessor - Interface in org.refcodes.mixin
Provides an accessor for a dispose property.
DisposedAccessor.DisposedMutator - Interface in org.refcodes.mixin
Provides a mutator for a dispose property.
DisposedAccessor.DisposedProperty - Interface in org.refcodes.mixin
Provides a mutator for a dispose property.
DomainAccessor - Interface in org.refcodes.mixin
Provides an accessor for a domain property.
DomainAccessor.DomainBuilder<B extends DomainAccessor.DomainBuilder<?>> - Interface in org.refcodes.mixin
Provides a mutator for an domain property.
DomainAccessor.DomainMutator - Interface in org.refcodes.mixin
Provides a mutator for a domain property.
DomainAccessor.DomainProperty - Interface in org.refcodes.mixin
Provides a domain property.

E

ErrorStreamAccessor - Interface in org.refcodes.mixin
Provides an accessor for an error stream property.
ErrorStreamAccessor.ErrorStreamMutator - Interface in org.refcodes.mixin
Provides a mutator for an error stream property.
ErrorStreamAccessor.ErrorStreamProperty - Interface in org.refcodes.mixin
Provides an error stream property.

F

FullNameAccessor - Interface in org.refcodes.mixin
Provides an accessor for a full name property.
FullNameAccessor.FullNameBuilder<B extends FullNameAccessor.FullNameBuilder<B>> - Interface in org.refcodes.mixin
Provides a builder method for a full name property returning the builder for applying multiple build operations.
FullNameAccessor.FullNameMutator - Interface in org.refcodes.mixin
Provides a mutator for a full name property.
FullNameAccessor.FullNameProperty - Interface in org.refcodes.mixin
Provides a full name property.

G

getAlias() - Method in interface org.refcodes.mixin.AliasAccessor
Retrieves the alias from the alias property.
getArguments() - Method in interface org.refcodes.mixin.ArgumentsAccessor
Retrieves the arguments from the arguments property.
getBottomDividerEdge() - Method in interface org.refcodes.mixin.BottomDividerEdgeAccessor
Returns the table row's bottom divider edge character, for example "╪" (head) or "╧" (tail).
getBottomDividerEdge() - Method in class org.refcodes.mixin.impls.TableBodyImpl
 
getBottomDividerEdge() - Method in class org.refcodes.mixin.impls.TableHeaderImpl
 
getBottomDividerEdge() - Method in class org.refcodes.mixin.impls.TableTailImpl
 
getBottomLeftEdge() - Method in interface org.refcodes.mixin.BottomLeftEdgeAccessor
Returns the table row's bottom right edge character, for example "╟" (head) or "╙" (tail).
getBottomLeftEdge() - Method in class org.refcodes.mixin.impls.TableBodyImpl
 
getBottomLeftEdge() - Method in class org.refcodes.mixin.impls.TableHeaderImpl
 
getBottomLeftEdge() - Method in class org.refcodes.mixin.impls.TableTailImpl
 
getBottomLeftEdge() - Method in interface org.refcodes.mixin.TableTail
Returns the table row's bottom left edge character, for example "╞" (head) or "╘" (tail).
getBottomLine() - Method in class org.refcodes.mixin.impls.TableHeaderImpl
 
getBottomLine() - Method in class org.refcodes.mixin.impls.TableTailImpl
 
getBottomLine() - Method in interface org.refcodes.mixin.TableTail
Returns the table row's bottom line character, for example "═".
getBottomRightEdge() - Method in interface org.refcodes.mixin.BottomRightEdgeAccessor
Returns the table row's bottom left edge character, for example "╡" (head) or "╛" (tail).
getBottomRightEdge() - Method in class org.refcodes.mixin.impls.TableBodyImpl
 
getBottomRightEdge() - Method in class org.refcodes.mixin.impls.TableHeaderImpl
 
getBottomRightEdge() - Method in class org.refcodes.mixin.impls.TableTailImpl
 
getChannel() - Method in interface org.refcodes.mixin.ChannelAccessor
Retrieves the channel from the channel property.
getChar() - Method in interface org.refcodes.mixin.CharAccessor
Retrieves the char from the char property.
getCharSet() - Method in interface org.refcodes.mixin.CharSetAccessor
Retrieves the charSet from the char set property.
getCode() - Method in interface org.refcodes.mixin.CodeAccessor
Retrieves the code from the code property.
getColumnWidth() - Method in interface org.refcodes.mixin.ColumnWidthAccessor
Retrieves the column width from the column width property.
getContext() - Method in interface org.refcodes.mixin.ContextAccessor
Retrieves the context from the context property.
getCorrelationId() - Method in interface org.refcodes.mixin.CorrelationIdAccessor
Retrieves the correlation ID from the correlation ID property.
getCreatedDate() - Method in interface org.refcodes.mixin.CreatedDateAccessor
Retrieves the "created" date from the date property.
getCredential() - Method in interface org.refcodes.mixin.CredentialAccessor
Retrieves the credential from the credential property.
getDescription() - Method in interface org.refcodes.mixin.DescriptionAccessor
Retrieves the description from the description property.
getDividerEdge() - Method in class org.refcodes.mixin.impls.TableBodyImpl
 
getDividerEdge() - Method in interface org.refcodes.mixin.TableBody
Returns the table body's top divider edge character, for example "┼" / the table body's top divider edge character, for example "╤".
getDividerLine() - Method in class org.refcodes.mixin.impls.TableBodyImpl
 
getDividerLine() - Method in interface org.refcodes.mixin.TableBody
Returns the table row's divider line character, for example "│".
getDomain() - Method in interface org.refcodes.mixin.DomainAccessor
Retrieves the domain from the domain property.
getErrorStream() - Method in interface org.refcodes.mixin.ErrorStreamAccessor
Retrieves the error stream from the error stream property.
getFullName() - Method in interface org.refcodes.mixin.FullNameAccessor
Retrieves the full name from the full name property.
getGroup() - Method in interface org.refcodes.mixin.GroupAccessor
Retrieves the group from the group property.
getId() - Method in interface org.refcodes.mixin.IdAccessor
Retrieves the ID from the ID property.
getKey() - Method in interface org.refcodes.mixin.KeyAccessor
Retrieves the key from the key property.
getLeftEdge() - Method in class org.refcodes.mixin.impls.TableBodyImpl
 
getLeftEdge() - Method in interface org.refcodes.mixin.TableBody
Returns the table body's top left edge character, for example "├" / the table header's top left edge character, for example "╒".
getLeftLine() - Method in class org.refcodes.mixin.impls.TableBodyImpl
 
getLeftLine() - Method in interface org.refcodes.mixin.TableBody
Returns the table row's left line character, for example "│".
getLocator() - Method in interface org.refcodes.mixin.LocatorAccessor
Retrieves the locator from the locator property.
getMessage() - Method in interface org.refcodes.mixin.MessageAccessor
Retrieves the message from the message property.
getMetaData() - Method in interface org.refcodes.mixin.MetaDataAccessor
Retrieves the meta-data from the meta-data property.
getMilliseconds() - Method in interface org.refcodes.mixin.MillisecondsAccessor
Retrieves the milliseconds from the milliseconds property.
getModifiedDate() - Method in interface org.refcodes.mixin.ModifiedDateAccessor
Retrieves the "modified" date from the date property.
getName() - Method in interface org.refcodes.mixin.NameAccessor
Retrieves the name from the name property.
getNamespace() - Method in interface org.refcodes.mixin.NamespaceAccessor
Retrieves the namespace from the namespace property.
getNumber() - Method in interface org.refcodes.mixin.NumberAccessor
Retrieves the number from the number property.
getOutputStream() - Method in interface org.refcodes.mixin.OutputStreamAccessor
Retrieves the output stream from the output stream property.
getPath() - Method in interface org.refcodes.mixin.PathAccessor
Retrieves the path from the path property.
getPrefix() - Method in interface org.refcodes.mixin.PrefixAccessor
Retrieves the prefix from the prefix property.
getPrintStream() - Method in interface org.refcodes.mixin.PrintStreamAccessor
Retrieves the print stream from the print stream property.
getProperties() - Method in interface org.refcodes.mixin.PropertiesAccessor
Retrieves the properties from the properties property.
getRequest() - Method in interface org.refcodes.mixin.RequestAccessor
Retrieves the request from the request property.
getResponse() - Method in interface org.refcodes.mixin.ResponseAccessor
Retrieves the response from the response property.
getRightEdge() - Method in class org.refcodes.mixin.impls.TableBodyImpl
 
getRightEdge() - Method in interface org.refcodes.mixin.TableBody
Returns the table body's top right edge character, for example "┤" / the table header's top right edge character, for example "╕".
getRightLine() - Method in class org.refcodes.mixin.impls.TableBodyImpl
 
getRightLine() - Method in interface org.refcodes.mixin.TableBody
Returns the table row's right line character, for example "│".
getRowHeight() - Method in interface org.refcodes.mixin.RowHeightAccessor
Retrieves the row height from the row height property.
getRowWidth() - Method in interface org.refcodes.mixin.RowWidthAccessor
Gets the currently set width being used.
getSecret() - Method in interface org.refcodes.mixin.SecretAccessor
Retrieves the password (hash) from the secret property.
getSize() - Method in interface org.refcodes.mixin.SizeAccessor
Retrieves the size from the size property.
getSource() - Method in interface org.refcodes.mixin.SourceAccessor
Retrieves the source from the source property.
getState() - Method in interface org.refcodes.mixin.StateAccessor
Retrieves the state from the statusCode property.
getStatusCode() - Method in interface org.refcodes.mixin.StatusCodeAccessor
Retrieves the status code from the status code property.
getSuffix() - Method in interface org.refcodes.mixin.SuffixAccessor
Retrieves the suffix from the suffix property.
getText() - Method in interface org.refcodes.mixin.TextAccessor
Retrieves the text from the text property.
getTimeoutInMs() - Method in interface org.refcodes.mixin.TimeoutInMsAccessor
The timeout attribute in milliseconds.
getTitle() - Method in interface org.refcodes.mixin.TitleAccessor
Retrieves the title from the title property.
getToken() - Method in interface org.refcodes.mixin.TokenAccessor
Retrieves the token from the token property.
getTopDividerEdge() - Method in class org.refcodes.mixin.impls.TableBodyImpl
 
getTopDividerEdge() - Method in interface org.refcodes.mixin.TableBody
Returns the table row's bottom divider edge character, for example "╪" (head) or "╧" (tail).
getTopLeftEdge() - Method in class org.refcodes.mixin.impls.TableBodyImpl
 
getTopLeftEdge() - Method in interface org.refcodes.mixin.TableBody
Returns the table body's top left edge character, for example "├" / the table header's top left edge character, for example "╒".
getTopLine() - Method in class org.refcodes.mixin.impls.TableBodyImpl
 
getTopLine() - Method in interface org.refcodes.mixin.TableBody
Returns the table row's top line character, for example "─" (body) or "═" (head).
getTopRightEdge() - Method in class org.refcodes.mixin.impls.TableBodyImpl
 
getTopRightEdge() - Method in interface org.refcodes.mixin.TableBody
Returns the table body's top right edge character, for example "┤" / the table header's top right edge character, for example "╕".
getType() - Method in interface org.refcodes.mixin.TypeAccessor
Retrieves the type property.
getUniversalId() - Method in interface org.refcodes.mixin.UniversalIdAccessor
Retrieves the UID from the UID property.
getUserName() - Method in interface org.refcodes.mixin.UserNameAccessor
Retrieves the user name from the user name property.
getValue() - Method in interface org.refcodes.mixin.ValueAccessor
Retrieves the value from the value property.
getVerifyMode() - Method in interface org.refcodes.mixin.VerifyModeAccessor
Retrieves the verify mode from the verify mode property.
GroupAccessor - Interface in org.refcodes.mixin
Provides an accessor for a group property.
GroupAccessor.GroupMutator - Interface in org.refcodes.mixin
Provides a mutator for a group property.
GroupAccessor.GroupProperty - Interface in org.refcodes.mixin
Provides a group property.

I

IdAccessor<T> - Interface in org.refcodes.mixin
Provides an accessor for a ID property.
IdAccessor.IdMutator<T> - Interface in org.refcodes.mixin
Provides a mutator for a ID property.
IdAccessor.IdProperty<T> - Interface in org.refcodes.mixin
Provides a ID property.
isBusy() - Method in interface org.refcodes.mixin.BusyAccessor
Retrieves the busy status from the busy property.
isDisposed() - Method in interface org.refcodes.mixin.DisposedAccessor
Returns the disposed status for the disposed property.
isLocked() - Method in interface org.refcodes.mixin.Lockable
Determines whether the implementing instance is locked.
isVerify() - Method in enum org.refcodes.mixin.VerifyMode
 

K

KeyAccessor<K> - Interface in org.refcodes.mixin
Provides an accessor for a key property for e.g. key / value pair.
KeyAccessor.KeyBuilder<K,B extends KeyAccessor.KeyBuilder<K,B>> - Interface in org.refcodes.mixin
Provides a builder method for a key property returning the builder for applying multiple build operations.
KeyAccessor.KeyMutator<K> - Interface in org.refcodes.mixin
Provides a mutator for a key property for e.g. key / value pair.
KeyAccessor.KeyProperty<K> - Interface in org.refcodes.mixin
Provides a key property for e.g. key / value pair.

L

LocatorAccessor<T> - Interface in org.refcodes.mixin
Provides an accessor for a locator property.
LocatorAccessor.LocatorBuilder<T,B extends LocatorAccessor.LocatorBuilder<T,B>> - Interface in org.refcodes.mixin
Provides a builder method for a locator property returning the builder for applying multiple build operations.
LocatorAccessor.LocatorMutator<T> - Interface in org.refcodes.mixin
Provides a mutator for a locator property.
LocatorAccessor.LocatorProperty<T> - Interface in org.refcodes.mixin
Provides a locator property.
lock() - Method in interface org.refcodes.mixin.Lockable
Locks the implementing instance.
Lockable - Interface in org.refcodes.mixin
The Lockable interface defines methods to set the status of an object to be locked or unlocked and to determine the status.
LoginAccessor - Interface in org.refcodes.mixin
Provides an accessor for the login properties.
LoginAccessor.LoginMutator - Interface in org.refcodes.mixin
Provides a mutator for the login properties.
LoginAccessor.LoginProperty - Interface in org.refcodes.mixin
Provides the login properties.

M

MessageAccessor - Interface in org.refcodes.mixin
Provides an accessor for a message property.
MessageAccessor.MessageMutator - Interface in org.refcodes.mixin
Provides a mutator for a message property.
MessageAccessor.MessageProperty - Interface in org.refcodes.mixin
Provides a message property.
MetaDataAccessor<MD> - Interface in org.refcodes.mixin
Provides an accessor for to a meta-data property.
MetaDataAccessor.MetaDataMutator<MD> - Interface in org.refcodes.mixin
Provides a mutator for to a meta-data property.
MetaDataAccessor.MetaDataProperty<MD> - Interface in org.refcodes.mixin
Provides a meta-data property.
MillisecondsAccessor - Interface in org.refcodes.mixin
Provides an accessor for a milliseconds property.
MillisecondsAccessor.MillisecondsBuilder<B extends MillisecondsAccessor.MillisecondsBuilder<B>> - Interface in org.refcodes.mixin
Provides a builder method for a milliseconds property returning the builder for applying multiple build operations.
MillisecondsAccessor.MillisecondsMutator - Interface in org.refcodes.mixin
Provides a mutator for a milliseconds property.
MillisecondsAccessor.MillisecondsProperty - Interface in org.refcodes.mixin
Provides a milliseconds property.
ModifiedDateAccessor - Interface in org.refcodes.mixin
Provides an accessor for a "modified" date property.
ModifiedDateAccessor.ModifiedDateMutator - Interface in org.refcodes.mixin
Provides a mutator for a "modified" date property.
ModifiedDateAccessor.ModifiedDateProperty - Interface in org.refcodes.mixin
Provides a "modified" date property.

N

NameAccessor - Interface in org.refcodes.mixin
Provides an accessor for a name property.
NameAccessor.NameBuilder<B extends NameAccessor.NameBuilder<B>> - Interface in org.refcodes.mixin
Provides a builder method for a name property returning the builder for applying multiple build operations.
NameAccessor.NameMutator - Interface in org.refcodes.mixin
Provides a mutator for a name property.
NameAccessor.NameProperty - Interface in org.refcodes.mixin
Provides a name property.
NamespaceAccessor - Interface in org.refcodes.mixin
Provides an accessor for a namespace property.
NamespaceAccessor.NamespaceBuilder<B extends NamespaceAccessor.NamespaceBuilder<B>> - Interface in org.refcodes.mixin
Provides a builder method for a namespace property returning the builder for applying multiple build operations.
NamespaceAccessor.NamespaceMutator - Interface in org.refcodes.mixin
Provides a mutator for a namespace property.
NamespaceAccessor.NamespaceProperty - Interface in org.refcodes.mixin
Provides a namespace property.
NumberAccessor<V> - Interface in org.refcodes.mixin
Provides access to a number property for e.g. key / number pair.
NumberAccessor.NumberBuilder<V,B extends NumberAccessor.NumberBuilder<V,B>> - Interface in org.refcodes.mixin
Provides a builder method for a the property returning the builder for applying multiple build operations.
NumberAccessor.NumberMutator<V> - Interface in org.refcodes.mixin
Extends the NumberAccessor with a setter method.
NumberAccessor.NumberProperty<V> - Interface in org.refcodes.mixin
Extends the NumberAccessor with a setter method.

O

org.refcodes.mixin - package org.refcodes.mixin
Mixins: A mixin from the point of view of this artifact represents a snippet of functionality which can be mixed into a type.
org.refcodes.mixin.impls - package org.refcodes.mixin.impls
 
OutputStreamAccessor - Interface in org.refcodes.mixin
Provides an accessor for an output stream property.
OutputStreamAccessor.OutputStreamBuilder<B extends OutputStreamAccessor.OutputStreamBuilder<?>> - Interface in org.refcodes.mixin
Provides a mutator for an output stream property.
OutputStreamAccessor.OutputStreamMutator - Interface in org.refcodes.mixin
Provides a mutator for an output stream property.
OutputStreamAccessor.OutputStreamProperty - Interface in org.refcodes.mixin
Provides an output stream property.

P

PathAccessor - Interface in org.refcodes.mixin
Provides an accessor for a path property.
PathAccessor.PathBuilder<B extends PathAccessor.PathBuilder<?>> - Interface in org.refcodes.mixin
Provides a mutator for an path property.
PathAccessor.PathMutator - Interface in org.refcodes.mixin
Provides a mutator for a path property.
PathAccessor.PathProperty - Interface in org.refcodes.mixin
Provides a path property.
PrefixAccessor - Interface in org.refcodes.mixin
Provides an accessor for a prefix property.
PrefixAccessor.PrefixBuilder<B extends PrefixAccessor.PrefixBuilder<B>> - Interface in org.refcodes.mixin
Provides a builder method for a prefix property returning the builder for applying multiple build operations.
PrefixAccessor.PrefixMutator - Interface in org.refcodes.mixin
Provides a mutator for a prefix property.
PrefixAccessor.PrefixProperty - Interface in org.refcodes.mixin
Provides a prefix property.
PrintStreamAccessor - Interface in org.refcodes.mixin
Provides an accessor for an print stream property.
PrintStreamAccessor.PrintStreamBuilder<B extends PrintStreamAccessor.PrintStreamBuilder<?>> - Interface in org.refcodes.mixin
Provides a mutator for an print stream property.
PrintStreamAccessor.PrintStreamMutator - Interface in org.refcodes.mixin
Provides a mutator for an print stream property.
PrintStreamAccessor.PrintStreamProperty - Interface in org.refcodes.mixin
Provides an print stream property.
PropertiesAccessor - Interface in org.refcodes.mixin
Provides an accessor for a properties property.
PropertiesAccessor.PropertiesMutator - Interface in org.refcodes.mixin
Provides an mutator for a properties property.
PropertiesAccessor.PropertiesProperty - Interface in org.refcodes.mixin
Provides a properties property.

R

Releaseable - Interface in org.refcodes.mixin
Any class which's instance has blocking methods may implement this interface to provide functionality with which to release all waiting threads.
releaseAll() - Method in interface org.refcodes.mixin.Releaseable
Releases all awaiting threads inside a blocking method of the implementing class.
RequestAccessor<REQ> - Interface in org.refcodes.mixin
Provides access to a request property for e.g. key / request pair.
RequestAccessor.RequestBuilder<REQ,B extends RequestAccessor.RequestBuilder<REQ,B>> - Interface in org.refcodes.mixin
Provides a builder method for a request property returning the builder for applying multiple build operations.
RequestAccessor.RequestMutator<REQ> - Interface in org.refcodes.mixin
Extends the RequestAccessor with a setter method.
RequestAccessor.RequestProperty<REQ> - Interface in org.refcodes.mixin
Extends the RequestAccessor with a setter method.
ResponseAccessor<RES> - Interface in org.refcodes.mixin
Provides access to a response property for e.g. key / response pair.
ResponseAccessor.ResponseBuilder<RES,B extends ResponseAccessor.ResponseBuilder<RES,B>> - Interface in org.refcodes.mixin
Provides a builder method for a response property returning the builder for applying multiple build operations.
ResponseAccessor.ResponseMutator<RES> - Interface in org.refcodes.mixin
Extends the ResponseAccessor with a setter method.
ResponseAccessor.ResponseProperty<RES> - Interface in org.refcodes.mixin
Extends the ResponseAccessor with a setter method.
restart() - Method in interface org.refcodes.mixin.Restartable
Sets the status of the instance so that operation with the instance can begin over again.
Restartable - Interface in org.refcodes.mixin
Any implementing instance's status can be set back that the instance's functionality can begin over again.
RowHeightAccessor - Interface in org.refcodes.mixin
Provides an accessor for a row height property.
RowHeightAccessor.RowHeightBuilder<B extends RowHeightAccessor.RowHeightBuilder<B>> - Interface in org.refcodes.mixin
Provides a builder method for a row height property returning the builder for applying multiple build operations.
RowHeightAccessor.RowHeightMutator - Interface in org.refcodes.mixin
Provides a mutator for a row height property.
RowHeightAccessor.RowHeightProperty - Interface in org.refcodes.mixin
Provides a row height property.
RowWidthAccessor - Interface in org.refcodes.mixin
Provides an accessor for a row width property.
RowWidthAccessor.RowWidthBuilder<B extends RowWidthAccessor.RowWidthBuilder<?>> - Interface in org.refcodes.mixin
Provides a mutator for an output stream property.
RowWidthAccessor.RowWidthMutator - Interface in org.refcodes.mixin
Provides a mutator for an output stream property.
RowWidthAccessor.RowWidthProperty - Interface in org.refcodes.mixin
Provides a row width property.

S

SecretAccessor - Interface in org.refcodes.mixin
Provides an accessor for a secret property.
SecretAccessor.SecretMutator - Interface in org.refcodes.mixin
Provides a mutator for a secret property.
SecretAccessor.SecretProperty - Interface in org.refcodes.mixin
Provides a secret property.
setAlias(String) - Method in interface org.refcodes.mixin.AliasAccessor.AliasMutator
Sets the alias for the alias property.
setArguments(ARG[]) - Method in interface org.refcodes.mixin.ArgumentsAccessor.ArgumentsMutator
Sets the arguments for the arguments property.
setBusy(boolean) - Method in interface org.refcodes.mixin.BusyAccessor.BusyMutator
Sets the busy status for the busy property.
setChannel(String) - Method in interface org.refcodes.mixin.ChannelAccessor.ChannelMutator
Sets the channel for the channel property.
setChar(char) - Method in interface org.refcodes.mixin.CharAccessor.CharMutator
Sets the char for the char property.
setCharSet(char[]) - Method in interface org.refcodes.mixin.CharSetAccessor.CharSetMutator
Sets the charSet for the char set property.
setCode(V) - Method in interface org.refcodes.mixin.CodeAccessor.CodeMutator
Sets the code for the code property.
setColumnWidth(int) - Method in interface org.refcodes.mixin.ColumnWidthAccessor.ColumnWidthMutator
Sets the column width for the column width property.
setContext(CTX) - Method in interface org.refcodes.mixin.ContextAccessor.ContextMutator
Sets the context for the context property.
setCorrelationId(String) - Method in interface org.refcodes.mixin.CorrelationIdAccessor.CorrelationIdMutator
Sets the correlation ID for the correlation ID property.
setCreatedDate(Date) - Method in interface org.refcodes.mixin.CreatedDateAccessor.CreatedDateMutator
Sets the "created" date for the date property.
setCredential(L) - Method in interface org.refcodes.mixin.CredentialAccessor.CredentialMutator
Sets the credential for the credential property.
setDescription(String) - Method in interface org.refcodes.mixin.DescriptionAccessor.DescriptionMutator
Sets the description for the description property.
setDisposed(boolean) - Method in interface org.refcodes.mixin.DisposedAccessor.DisposedMutator
Sets the disposed status for the disposed property.
setDomain(String) - Method in interface org.refcodes.mixin.DomainAccessor.DomainMutator
Sets the domain for the domain property.
setErrorStream(PrintStream) - Method in interface org.refcodes.mixin.ErrorStreamAccessor.ErrorStreamMutator
Sets the error stream for the error stream property.
setFullName(String) - Method in interface org.refcodes.mixin.FullNameAccessor.FullNameMutator
Sets the full name for the full name property.
setGroup(String) - Method in interface org.refcodes.mixin.GroupAccessor.GroupMutator
Sets the group for the group property.
setId(T) - Method in interface org.refcodes.mixin.IdAccessor.IdMutator
Sets the ID for the ID property.
setKey(K) - Method in interface org.refcodes.mixin.KeyAccessor.KeyMutator
Sets the key for the key property.
setLocator(T) - Method in interface org.refcodes.mixin.LocatorAccessor.LocatorMutator
Sets the locator for the locator property.
setMessage(String) - Method in interface org.refcodes.mixin.MessageAccessor.MessageMutator
Sets the message for the message property.
setMetaData(MD) - Method in interface org.refcodes.mixin.MetaDataAccessor.MetaDataMutator
Sets the meta-data for the meta-data property.
setMilliseconds(int) - Method in interface org.refcodes.mixin.MillisecondsAccessor.MillisecondsMutator
Sets the milliseconds for the milliseconds property.
setModifiedDate(Date) - Method in interface org.refcodes.mixin.ModifiedDateAccessor.ModifiedDateMutator
Sets the "modified" date for the date property.
setName(String) - Method in interface org.refcodes.mixin.NameAccessor.NameMutator
Sets the name for the name property.
setNamespace(String) - Method in interface org.refcodes.mixin.NamespaceAccessor.NamespaceMutator
Sets the namespace for the namespace property.
setNumber(V) - Method in interface org.refcodes.mixin.NumberAccessor.NumberMutator
Sets the number for the number property.
setOutputStream(OutputStream) - Method in interface org.refcodes.mixin.OutputStreamAccessor.OutputStreamMutator
Sets the output stream for the output stream property.
setPath(String) - Method in interface org.refcodes.mixin.PathAccessor.PathMutator
Sets the path for the path property.
setPrefix(String) - Method in interface org.refcodes.mixin.PrefixAccessor.PrefixMutator
Sets the prefix for the prefix property.
setPrintStream(PrintStream) - Method in interface org.refcodes.mixin.PrintStreamAccessor.PrintStreamMutator
Sets the print stream for the print stream property.
setProperties(Properties) - Method in interface org.refcodes.mixin.PropertiesAccessor.PropertiesMutator
Sets the properties for the properties property.
setRequest(REQ) - Method in interface org.refcodes.mixin.RequestAccessor.RequestMutator
Sets the request for the request property.
setResponse(RES) - Method in interface org.refcodes.mixin.ResponseAccessor.ResponseMutator
Sets the response for the response property.
setRowHeight(int) - Method in interface org.refcodes.mixin.RowHeightAccessor.RowHeightMutator
Sets the row height for the row height property.
setRowWidth(int) - Method in interface org.refcodes.mixin.RowWidthAccessor.RowWidthMutator
Sets the width to be used.
setSecret(String) - Method in interface org.refcodes.mixin.SecretAccessor.SecretMutator
Sets the password (hash) for the secret property.
setSize(long) - Method in interface org.refcodes.mixin.SizeAccessor.SizeMutator
Sets the size for the size property.
setSource(SRC) - Method in interface org.refcodes.mixin.SourceAccessor.SourceMutator
Sets the source for the source property.
setState(S) - Method in interface org.refcodes.mixin.StateAccessor.StateMutator
Sets the statusCode for the state property.
setStatusCode(SC) - Method in interface org.refcodes.mixin.StatusCodeAccessor.StatusCodeMutator
Sets the status code for the status code property.
setSuffix(String) - Method in interface org.refcodes.mixin.SuffixAccessor.SuffixMutator
Sets the suffix for the suffix property.
setText(String) - Method in interface org.refcodes.mixin.TextAccessor.TextMutator
Sets the text for the text property.
setTimeoutInMs(long) - Method in interface org.refcodes.mixin.TimeoutInMsAccessor.TimeoutInMsMutator
The timeout attribute in milliseconds.
setTitle(String) - Method in interface org.refcodes.mixin.TitleAccessor.TitleMutator
Sets the title for the title property.
setToken(String) - Method in interface org.refcodes.mixin.TokenAccessor.TokenMutator
Sets the token for the token property.
setType(Class<?>) - Method in interface org.refcodes.mixin.TypeAccessor.TypeMutator
Sets the type for the property.
setUniversalId(String) - Method in interface org.refcodes.mixin.UniversalIdAccessor.UniversalIdMutator
Sets the UID for the UID property.
setUserName(String) - Method in interface org.refcodes.mixin.UserNameAccessor.UserNameMutator
Sets the user name for the name property.
setValue(V) - Method in interface org.refcodes.mixin.ValueAccessor.ValueMutator
Sets the value for the value property.
setVerifyMode(VerifyMode) - Method in interface org.refcodes.mixin.VerifyModeAccessor.VerifyModeMutator
Sets the verify mode for the verify mode property.
SizeAccessor - Interface in org.refcodes.mixin
Provides an accessor for a size property.
SizeAccessor.SizeMutator - Interface in org.refcodes.mixin
Provides a mutator for a size property.
SizeAccessor.SizeProperty - Interface in org.refcodes.mixin
Provides a size property.
SourceAccessor<SRC> - Interface in org.refcodes.mixin
Provides an accessor for a source property for e.g. source of an event.
SourceAccessor.SourceMutator<SRC> - Interface in org.refcodes.mixin
Provides a mutator for a source property for e.g. source of an event.
SourceAccessor.SourceProperty<SRC> - Interface in org.refcodes.mixin
Provides a source property for e.g. source of an event.
StateAccessor<S> - Interface in org.refcodes.mixin
Provides access to a statusCode property for e.g. key / statusCode pair.
StateAccessor.StateBuilder<S,B extends StateAccessor.StateBuilder<S,B>> - Interface in org.refcodes.mixin
Provides a builder method for a state property returning the builder for applying multiple build operations.
StateAccessor.StateMutator<S> - Interface in org.refcodes.mixin
Extends the StateAccessor with a setter method.
StateAccessor.StateProperty<S> - Interface in org.refcodes.mixin
Extends the StateAccessor with a setter method.
StatusCodeAccessor<SC> - Interface in org.refcodes.mixin
Provides access to a status code property for e.g. key / status code pair.
StatusCodeAccessor.StatusCodeBuilder<SC,B extends StatusCodeAccessor.StatusCodeBuilder<SC,B>> - Interface in org.refcodes.mixin
Provides a builder method for a status code property returning the builder for applying multiple build operations.
StatusCodeAccessor.StatusCodeMutator<SC> - Interface in org.refcodes.mixin
Extends the StatusCodeAccessor with a setter method.
StatusCodeAccessor.StatusCodeProperty<SC> - Interface in org.refcodes.mixin
Extends the StatusCodeAccessor with a setter method.
SuffixAccessor - Interface in org.refcodes.mixin
Provides an accessor for a suffix property.
SuffixAccessor.SuffixBuilder<B extends SuffixAccessor.SuffixBuilder<B>> - Interface in org.refcodes.mixin
Provides a builder method for a suffix property returning the builder for applying multiple build operations.
SuffixAccessor.SuffixMutator - Interface in org.refcodes.mixin
Provides a mutator for a suffix property.
SuffixAccessor.SuffixProperty - Interface in org.refcodes.mixin
Provides a suffix property.

T

TableBody<T> - Interface in org.refcodes.mixin
Defines the table elements for a table body (with for example the table's rows).
TableBodyImpl<T> - Class in org.refcodes.mixin.impls
Implementation of the TableBody interface.
TableBodyImpl(T, T, T, T, T, T, T, T, T, T, T, T, T) - Constructor for class org.refcodes.mixin.impls.TableBodyImpl
Constructs the table tail.
TableHeader<T> - Interface in org.refcodes.mixin
Defines the table elements for a table header (with for example the columns' titles).
TableHeaderImpl<T> - Class in org.refcodes.mixin.impls
Implementation of the TableHeaderImpl interface.
TableHeaderImpl(T, T, T, T, T, T, T, T, T, T, T, T, T, T) - Constructor for class org.refcodes.mixin.impls.TableHeaderImpl
 
TableTail<T> - Interface in org.refcodes.mixin
Defines the table elements for a table tail ("closing" the table / closing the header).
TableTailImpl<T> - Class in org.refcodes.mixin.impls
Implementation of the TableTail interface.
TableTailImpl(T, T, T, T) - Constructor for class org.refcodes.mixin.impls.TableTailImpl
Constructs the table tail.
TextAccessor - Interface in org.refcodes.mixin
Provides an accessor for a text property.
TextAccessor.TextBuilder<B extends TextAccessor.TextBuilder<B>> - Interface in org.refcodes.mixin
Provides a builder method for a text property returning the builder for applying multiple build operations.
TextAccessor.TextMutator - Interface in org.refcodes.mixin
Provides a mutator for a text property.
TextAccessor.TextProperty - Interface in org.refcodes.mixin
Provides a text property.
TimeoutInMsAccessor - Interface in org.refcodes.mixin
Provides an accessor for a timeout in milliseconds property.
TimeoutInMsAccessor.TimeoutInMsMutator - Interface in org.refcodes.mixin
Provides a mutator for a timeout in milliseconds property.
TimeoutInMsAccessor.TimeoutInMsProperty - Interface in org.refcodes.mixin
Provides a timeout in milliseconds property.
TitleAccessor - Interface in org.refcodes.mixin
Provides an accessor for a title property.
TitleAccessor.TitleBuilder<B extends TitleAccessor.TitleBuilder<B>> - Interface in org.refcodes.mixin
Provides a builder method for a title property returning the builder for applying multiple build operations.
TitleAccessor.TitleMutator - Interface in org.refcodes.mixin
Provides a mutator for a title property.
TitleAccessor.TitleProperty - Interface in org.refcodes.mixin
Provides a title property.
TokenAccessor - Interface in org.refcodes.mixin
Provides an accessor for a token property.
TokenAccessor.TokenBuilder<B extends TokenAccessor.TokenBuilder<B>> - Interface in org.refcodes.mixin
Provides a builder method for a token property returning the builder for applying multiple build operations.
TokenAccessor.TokenMutator - Interface in org.refcodes.mixin
Provides a mutator for a token property.
TokenAccessor.TokenProperty - Interface in org.refcodes.mixin
Provides a token property.
TypeAccessor - Interface in org.refcodes.mixin
Provides an accessor for a type property.
TypeAccessor.TypeMutator - Interface in org.refcodes.mixin
Provides a mutator for a type property.
TypeAccessor.TypeProperty - Interface in org.refcodes.mixin
Provides a type property.

U

UniversalIdAccessor - Interface in org.refcodes.mixin
Provides an accessor for a UID property.
UniversalIdAccessor.UniversalIdMutator - Interface in org.refcodes.mixin
Provides a mutator for a UID property.
UniversalIdAccessor.UniversalIdProperty - Interface in org.refcodes.mixin
Provides a UID property.
unlock() - Method in interface org.refcodes.mixin.Lockable
Unlocks the implementing instance.
UserNameAccessor - Interface in org.refcodes.mixin
Provides an accessor for a user name property.
UserNameAccessor.UserNameMutator - Interface in org.refcodes.mixin
Provides a mutator for a user name property.
UserNameAccessor.UserNameProperty - Interface in org.refcodes.mixin
Provides a user name property.

V

ValueAccessor<V> - Interface in org.refcodes.mixin
Provides access to a value property for e.g. key / value pair.
ValueAccessor.ValueBuilder<V,B extends ValueAccessor.ValueBuilder<V,B>> - Interface in org.refcodes.mixin
Provides a builder method for a the property returning the builder for applying multiple build operations.
ValueAccessor.ValueMutator<V> - Interface in org.refcodes.mixin
Extends the ValueAccessor with a setter method.
ValueAccessor.ValueProperty<V> - Interface in org.refcodes.mixin
Extends the ValueAccessor with a setter method.
valueOf(String) - Static method in enum org.refcodes.mixin.VerifyMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.refcodes.mixin.VerifyMode
Returns an array containing the constants of this enum type, in the order they are declared.
VerifyMode - Enum in org.refcodes.mixin
The verify-mode determines (when supported) whether an algorithm verifies its result before proceeding.
VerifyModeAccessor - Interface in org.refcodes.mixin
Provides an accessor for a verify mode property.
VerifyModeAccessor.VerifyModeBuilder<B extends VerifyModeAccessor.VerifyModeBuilder<B>> - Interface in org.refcodes.mixin
Provides a builder method for a verify mode property returning the builder for applying multiple build operations.
VerifyModeAccessor.VerifyModeMutator - Interface in org.refcodes.mixin
Provides a mutator for a verify mode property.
VerifyModeAccessor.VerifyModeProperty - Interface in org.refcodes.mixin
Provides a verify mode property.

W

withAlias(String) - Method in interface org.refcodes.mixin.AliasAccessor.AliasBuilder
Sets the alias for the alias property.
withChar(char) - Method in interface org.refcodes.mixin.CharAccessor.CharBuilder
Sets the char for the char property.
withCharSet(char[]) - Method in interface org.refcodes.mixin.CharSetAccessor.CharSetBuilder
Sets the charSet for the char set property.
withCode(V) - Method in interface org.refcodes.mixin.CodeAccessor.CodeBuilder
Sets the code for the the property.
withColumnWidth(int) - Method in interface org.refcodes.mixin.ColumnWidthAccessor.ColumnWidthBuilder
Sets the column width for the column width property.
withCorrelationId(String) - Method in interface org.refcodes.mixin.CorrelationIdAccessor.CorrelationIdBuilder
Sets the correlation ID for the correlation ID property.
withDescription(String) - Method in interface org.refcodes.mixin.DescriptionAccessor.DescriptionBuilder
Sets the description for the description property.
withDomain(String) - Method in interface org.refcodes.mixin.DomainAccessor.DomainBuilder
Sets the domain to use and returns this builder as of the builder pattern.
withFullName(String) - Method in interface org.refcodes.mixin.FullNameAccessor.FullNameBuilder
Sets the full name for the full name property.
withKey(K) - Method in interface org.refcodes.mixin.KeyAccessor.KeyBuilder
Sets the key for the key property.
withLocator(T) - Method in interface org.refcodes.mixin.LocatorAccessor.LocatorBuilder
Sets the locator for the locator property.
withMilliseconds(int) - Method in interface org.refcodes.mixin.MillisecondsAccessor.MillisecondsBuilder
Sets the milliseconds for the milliseconds property.
withName(String) - Method in interface org.refcodes.mixin.NameAccessor.NameBuilder
Sets the name for the name property.
withNamespace(String) - Method in interface org.refcodes.mixin.NamespaceAccessor.NamespaceBuilder
Sets the namespace for the namespace property.
withNumber(V) - Method in interface org.refcodes.mixin.NumberAccessor.NumberBuilder
Sets the number for the the property.
withOutputStream(OutputStream) - Method in interface org.refcodes.mixin.OutputStreamAccessor.OutputStreamBuilder
Sets the output stream to use and returns this builder as of the builder pattern.
withPath(String) - Method in interface org.refcodes.mixin.PathAccessor.PathBuilder
Sets the path to use and returns this builder as of the builder pattern.
withPrefix(String) - Method in interface org.refcodes.mixin.PrefixAccessor.PrefixBuilder
Sets the prefix for the prefix property.
withPrintStream(PrintStream) - Method in interface org.refcodes.mixin.PrintStreamAccessor.PrintStreamBuilder
Sets the print stream to use and returns this builder as of the builder pattern.
withRequest(String) - Method in interface org.refcodes.mixin.RequestAccessor.RequestBuilder
Sets the request for the request property.
withResponse(RES) - Method in interface org.refcodes.mixin.ResponseAccessor.ResponseBuilder
Sets the response for the response property.
withRowHeight(int) - Method in interface org.refcodes.mixin.RowHeightAccessor.RowHeightBuilder
Sets the row height for the row height property.
withRowWidth(int) - Method in interface org.refcodes.mixin.RowWidthAccessor.RowWidthBuilder
Sets the rows width to use returns this builder as of the builder pattern.
withState(S) - Method in interface org.refcodes.mixin.StateAccessor.StateBuilder
Sets the state for the state property.
withStatusCode(String) - Method in interface org.refcodes.mixin.StatusCodeAccessor.StatusCodeBuilder
Sets the status code for the status code property.
withSuffix(String) - Method in interface org.refcodes.mixin.SuffixAccessor.SuffixBuilder
Sets the suffix for the suffix property.
withText(String) - Method in interface org.refcodes.mixin.TextAccessor.TextBuilder
Sets the text for the text property.
withTitle(String) - Method in interface org.refcodes.mixin.TitleAccessor.TitleBuilder
Sets the title for the title property.
withToken(String) - Method in interface org.refcodes.mixin.TokenAccessor.TokenBuilder
Sets the token for the token property.
withValue(V) - Method in interface org.refcodes.mixin.ValueAccessor.ValueBuilder
Sets the value for the the property.
withVerifyMode(VerifyMode) - Method in interface org.refcodes.mixin.VerifyModeAccessor.VerifyModeBuilder
Sets the verify mode for the verify mode property.
A B C D E F G I K L M N O P R S T U V W 
Skip navigation links

Copyright © 2016. All rights reserved.