org.apache.maven.plugin.surefire.util
Class Relocator

java.lang.Object
  extended by org.apache.maven.plugin.surefire.util.Relocator

public class Relocator
extends Object

Relocates class names when running with relocated provider

Author:
Kristian Rosenvold

Constructor Summary
Relocator()
           
Relocator(String relocation)
           
 
Method Summary
 String relocate(String className)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Relocator

public Relocator(@Nullable
                 String relocation)

Relocator

public Relocator()
Method Detail

relocate

@Nonnull
public String relocate(@Nonnull
                               String className)


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.