Susmit Sarkar created SSHD-1117:
-----------------------------------
Summary: SftpSubsystemFactory and SubsystemFactory
Key: SSHD-1117
URL: https://issues.apache.org/jira/browse/SSHD-1117
Project: MINA SSHD
Issue Type: Question
Reporter: Susmit Sarkar
Hello Dev Team,
SftpSubsystemFactory sftpFactory = new SftpSubsystemFactory();
SftpSubsystemFactory sftpFactory = new SftpSubsystemFactory();
sftpFactory.addSftpEventListener(eventListner);
sshd.setSubsystemFactories(Collections.singletonList(sftpFactory));
I am not able to compile it using JDK 1.5 any work arounds will be highly
helpful, as it is only compiled via JDK 1.8
It's stating its should be of type List<SubsystemFactory> and not
List<SftpSubsystemFactory>
Please help
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]