org.apache.maven.surefire.util
Class Relocator

java.lang.Object
  extended by org.apache.maven.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)
           
 List relocateReports(List original)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Relocator

public Relocator(String relocation)

Relocator

public Relocator()
Method Detail

relocateReports

public List relocateReports(List original)

relocate

public String relocate(String className)


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