Resource
public class VsftpResource extends LazyResource
Constructor | Description |
---|---|
VsftpResource(VsftpRepository repository,
java.lang.String file) |
Modifier and Type | Method | Description |
---|---|---|
Resource |
clone(java.lang.String cloneName) |
Clones this resource with a new resource with a different name
|
protected void |
init() |
|
java.io.InputStream |
openStream() |
Opens a stream on this resource
|
exists, getContentLength, getLastModified, getName, init, isLocal, setContentLength, setExists, setLastModified, setLocal, toString
public VsftpResource(VsftpRepository repository, java.lang.String file)
protected void init()
init
in class LazyResource
public java.io.InputStream openStream() throws java.io.IOException
Resource
java.io.IOException