org.apache.maven.shared.io.location
Class ClasspathResourceLocatorStrategy

java.lang.Object
  extended by org.apache.maven.shared.io.location.ClasspathResourceLocatorStrategy
All Implemented Interfaces:
LocatorStrategy

public class ClasspathResourceLocatorStrategy
extends Object
implements LocatorStrategy


Constructor Summary
ClasspathResourceLocatorStrategy()
           
ClasspathResourceLocatorStrategy(String tempFilePrefix, String tempFileSuffix, boolean tempFileDeleteOnExit)
           
 
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

ClasspathResourceLocatorStrategy

public ClasspathResourceLocatorStrategy()

ClasspathResourceLocatorStrategy

public ClasspathResourceLocatorStrategy(String tempFilePrefix,
                                        String tempFileSuffix,
                                        boolean tempFileDeleteOnExit)
Method Detail

resolve

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


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