org.lastbamboo.common.download
Class Sha1DState.Sha1MismatchImpl<T>
java.lang.Object
org.lastbamboo.common.download.DownloaderState.AbstractFailed
org.lastbamboo.common.download.Sha1DState.Sha1MismatchImpl<T>
- Type Parameters:
T - The delegate state type.
- All Implemented Interfaces:
- DownloaderState, Sha1DState<T>, Sha1DState.Sha1Mismatch<T>
- Enclosing interface:
- Sha1DState<DelegateStateT>
public static class Sha1DState.Sha1MismatchImpl<T>
- extends DownloaderState.AbstractFailed
- implements Sha1DState.Sha1Mismatch<T>
An implementation of the SHA-1 mismatch state.
| Nested classes/interfaces inherited from interface org.lastbamboo.common.download.Sha1DState |
Sha1DState.Downloading<T>, Sha1DState.DownloadingImpl<T>, Sha1DState.Failed<T>, Sha1DState.FailedImpl<T>, Sha1DState.Sha1Mismatch<T>, Sha1DState.Sha1MismatchImpl<T>, Sha1DState.VerifiedSha1<T>, Sha1DState.VerifiedSha1Impl<T>, Sha1DState.VerifyingSha1<T>, Sha1DState.VerifyingSha1Impl<T>, Sha1DState.Visitor<T,DelegateStateT>, Sha1DState.VisitorAdapter<T,DelegateStateT> |
Sha1DState.Sha1MismatchImpl
public Sha1DState.Sha1MismatchImpl()
accept
public <ReturnT> ReturnT accept(Sha1DState.Visitor<ReturnT,T> visitor)
- Description copied from interface:
Sha1DState
- Accepts a visitor to this state.
- Specified by:
accept in interface Sha1DState<T>
- Type Parameters:
ReturnT - The return type of the visitor.- Parameters:
visitor - The visitor.
- Returns:
- The result of the visitation.
equals
public boolean equals(Object otherObject)
- Overrides:
equals in class Object
Copyright © 2013 LittleShoot. All Rights Reserved.