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

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

public class URLLocatorStrategy
extends java.lang.Object
implements LocatorStrategy


Constructor Summary
URLLocatorStrategy()
           
URLLocatorStrategy(java.lang.String tempFilePrefix, java.lang.String tempFileSuffix, boolean tempFileDeleteOnExit)
           
 
Method Summary
 Location resolve(java.lang.String locationSpecification, MessageHolder messageHolder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLLocatorStrategy

public URLLocatorStrategy()

URLLocatorStrategy

public URLLocatorStrategy(java.lang.String tempFilePrefix,
                          java.lang.String tempFileSuffix,
                          boolean tempFileDeleteOnExit)
Method Detail

resolve

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


Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.