org.hudsonci.maven.plugin.builder.internal
Class PathNormalizer

java.lang.Object
  extended by org.hudsonci.maven.plugin.builder.internal.PathNormalizer

public class PathNormalizer
extends Object

Helper to normalize path arguments for slaves.

Since:
2.1.0
Author:
Jason Dillon

Nested Class Summary
static class PathNormalizer.Platform
           
 
Constructor Summary
PathNormalizer(PathNormalizer.Platform platform)
           
 
Method Summary
 ClasspathBuilder normalize(ClasspathBuilder cp)
           
 FilePath normalize(FilePath path)
           
 String normalize(String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathNormalizer

public PathNormalizer(PathNormalizer.Platform platform)
Method Detail

normalize

public String normalize(String path)

normalize

public FilePath normalize(FilePath path)

normalize

public ClasspathBuilder normalize(ClasspathBuilder cp)


Copyright © 2004-2011 Hudson. All Rights Reserved.