org.apache.maven.plugin.assembly.io
Class RelativeFileLocatorStrategy

java.lang.Object
  extended by org.apache.maven.plugin.assembly.io.RelativeFileLocatorStrategy
All Implemented Interfaces:
LocatorStrategy

public class RelativeFileLocatorStrategy
extends Object
implements LocatorStrategy

Version:
$Id: RelativeFileLocatorStrategy.java 610981 2008-01-10 23:10:00Z vsiveton $

Constructor Summary
RelativeFileLocatorStrategy(File basedir)
           
 
Method Summary
 Location resolve(String locationSpecification, MessageHolder messageHolder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelativeFileLocatorStrategy

public RelativeFileLocatorStrategy(File basedir)
Method Detail

resolve

public Location resolve(String locationSpecification,
                        MessageHolder messageHolder)
Specified by:
resolve in interface LocatorStrategy


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.