Groovy Documentation

org.hidetake.gradle.ssh.internal.operation
[Groovy] Class DefaultOperationsFactory

java.lang.Object
  org.hidetake.gradle.ssh.internal.operation.DefaultOperationsFactory
All Implemented Interfaces:
Factory

@Singleton
class DefaultOperationsFactory

Default implementation of Operations.Factory.

Authors:
hidetake.org


Method Summary
Operations create(Connection connection, SshSettings sshSettings)

Operations create(Remote remote)

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Method Detail

create

@Override
Operations create(Connection connection, SshSettings sshSettings)


create

@Override
Operations create(Remote remote)


 

Groovy Documentation