org.jboss.deployers.plugins.sort
Interface Dots<T>

Type Parameters:
T - holder information
All Known Implementing Classes:
SetDots

public interface Dots<T>

The domino dots presentation.

Author:
Ales Justin

Method Summary
 T getValue()
          Get the value.
 boolean match(Dots<T> dots)
          Do this dots match with the param dots.
 

Method Detail

getValue

T getValue()
Get the value.

Returns:
dots value

match

boolean match(Dots<T> dots)
Do this dots match with the param dots.

Parameters:
dots - the dots
Returns:
true if these dots match param dots


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.