Ajocado Implementation 1.0.0.Alpha2

org.jboss.arquillian.ajocado.locator.option
Class AbstractOptionLocator<T extends OptionLocator<T>>

java.lang.Object
  extended by org.jboss.arquillian.ajocado.locator.AbstractLocator<T>
      extended by org.jboss.arquillian.ajocado.locator.option.AbstractOptionLocator<T>
Type Parameters:
T - the type of locator which can be derived from this locator
All Implemented Interfaces:
Locator<T>, OptionLocator<T>
Direct Known Subclasses:
OptionIdLocator, OptionIndexLocator, OptionLabelLocator, OptionValueLocator

public abstract class AbstractOptionLocator<T extends OptionLocator<T>>
extends AbstractLocator<T>
implements OptionLocator<T>

Abstract implementation of option locator.

Version:
$Revision$
Author:
Lukas Fryc

Constructor Summary
AbstractOptionLocator(String locator)
           
 
Method Summary
 
Methods inherited from class org.jboss.arquillian.ajocado.locator.AbstractLocator
format, getAsString, getRawLocator, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jboss.arquillian.ajocado.locator.option.OptionLocator
getLocationStrategy
 
Methods inherited from interface org.jboss.arquillian.ajocado.locator.Locator
format, getAsString, getRawLocator
 

Constructor Detail

AbstractOptionLocator

public AbstractOptionLocator(String locator)

Ajocado Implementation 1.0.0.Alpha2

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