org.apache.maven.shared.io.location
Interface Location
- All Known Implementing Classes:
- ArtifactLocation, FileLocation, URLLocation
public interface Location
getFile
java.io.File getFile()
throws java.io.IOException
- Throws:
java.io.IOException
open
void open()
throws java.io.IOException
- Throws:
java.io.IOException
close
void close()
read
int read(java.nio.ByteBuffer buffer)
throws java.io.IOException
- Throws:
java.io.IOException
read
int read(byte[] buffer)
throws java.io.IOException
- Throws:
java.io.IOException
getInputStream
java.io.InputStream getInputStream()
throws java.io.IOException
- Throws:
java.io.IOException
getSpecification
java.lang.String getSpecification()
Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.