Class VsftpResource
java.lang.Object
org.apache.ivy.plugins.repository.LazyResource
org.apache.ivy.plugins.repository.vsftp.VsftpResource
- All Implemented Interfaces:
Resource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClones this resource with a new resource with a different nameprotected voidinit()Opens a stream on this resourceMethods inherited from class LazyResource
exists, getContentLength, getLastModified, getName, init, isLocal, setContentLength, setExists, setLastModified, setLocal, toString
-
Constructor Details
-
VsftpResource
-
-
Method Details
-
init
protected void init()- Specified by:
initin classLazyResource
-
openStream
Description copied from interface:ResourceOpens a stream on this resource- Returns:
- the opened input stream
- Throws:
IOException- if something goes wrong
-
clone
-