org.apache.maven.wagon.tck.http
Class WagonTestCaseConfigurator

java.lang.Object
  extended by org.apache.maven.wagon.tck.http.WagonTestCaseConfigurator
All Implemented Interfaces:
org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable

public class WagonTestCaseConfigurator
extends Object
implements org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable


Constructor Summary
WagonTestCaseConfigurator()
           
 
Method Summary
 boolean configureWagonForTest(Wagon wagon, String useCaseId)
           
 void contextualize(org.codehaus.plexus.context.Context context)
           
 org.codehaus.plexus.configuration.PlexusConfiguration getUseCaseConfigs()
           
 String getWagonHint()
           
 boolean isSupported(String useCaseId)
           
 void setUseCaseConfigs(org.codehaus.plexus.configuration.PlexusConfiguration useCaseConfigs)
           
 void setWagonHint(String wagonHint)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WagonTestCaseConfigurator

public WagonTestCaseConfigurator()
Method Detail

isSupported

public boolean isSupported(String useCaseId)

configureWagonForTest

public boolean configureWagonForTest(Wagon wagon,
                                     String useCaseId)
                              throws org.codehaus.plexus.component.configurator.ComponentConfigurationException
Throws:
org.codehaus.plexus.component.configurator.ComponentConfigurationException

contextualize

public void contextualize(org.codehaus.plexus.context.Context context)
                   throws org.codehaus.plexus.context.ContextException
Specified by:
contextualize in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable
Throws:
org.codehaus.plexus.context.ContextException

getUseCaseConfigs

public org.codehaus.plexus.configuration.PlexusConfiguration getUseCaseConfigs()

setUseCaseConfigs

public void setUseCaseConfigs(org.codehaus.plexus.configuration.PlexusConfiguration useCaseConfigs)

getWagonHint

public String getWagonHint()

setWagonHint

public void setWagonHint(String wagonHint)


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.