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

java.lang.Object
  extended by org.apache.maven.shared.io.location.FileLocation
      extended by org.apache.maven.shared.io.location.URLLocation
All Implemented Interfaces:
Location

public class URLLocation
extends FileLocation


Constructor Summary
URLLocation(URL url, String specification, String tempFilePrefix, String tempFileSuffix, boolean tempFileDeleteOnExit)
           
 
Method Summary
protected  void initFile()
           
 
Methods inherited from class org.apache.maven.shared.io.location.FileLocation
close, getFile, getInputStream, getSpecification, open, read, read, setFile, unsafeGetFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLLocation

public URLLocation(URL url,
                   String specification,
                   String tempFilePrefix,
                   String tempFileSuffix,
                   boolean tempFileDeleteOnExit)
Method Detail

initFile

protected void initFile()
                 throws IOException
Overrides:
initFile in class FileLocation
Throws:
IOException


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