Class VsftpResource

java.lang.Object
org.apache.ivy.plugins.repository.LazyResource
org.apache.ivy.plugins.repository.vsftp.VsftpResource
All Implemented Interfaces:
Resource

public class VsftpResource extends LazyResource
  • Constructor Details

  • Method Details

    • init

      protected void init()
      Specified by:
      init in class LazyResource
    • openStream

      public InputStream openStream() throws IOException
      Description copied from interface: Resource
      Opens a stream on this resource
      Returns:
      the opened input stream
      Throws:
      IOException - if something goes wrong
    • clone

      public Resource clone(String cloneName)
      Description copied from interface: Resource
      Clones this resource with a new resource with a different name
      Parameters:
      cloneName - the name of the clone
      Returns:
      the cloned resource