Uses of Enum
se.datadosen.jalbum.TransferProtocol
Packages that use TransferProtocol
Package
Description
-
Uses of TransferProtocol in net.jalbum.remotefs
Methods in net.jalbum.remotefs that return TransferProtocolMethods in net.jalbum.remotefs with parameters of type TransferProtocolModifier and TypeMethodDescriptionstatic RemoteFSRemoteFSFactory.getRemoteFS(TransferProtocol type) Return instance of RemoteFS depending on type.voidRemoteFSBean.setProtocol(TransferProtocol protocol) voidRemoteFSDelegate.setProtocol(TransferProtocol protocol) -
Uses of TransferProtocol in net.jalbum.remotefs.commons.ftp
Constructors in net.jalbum.remotefs.commons.ftp with parameters of type TransferProtocol -
Uses of TransferProtocol in net.jalbum.remotefs.ftp4j
Constructors in net.jalbum.remotefs.ftp4j with parameters of type TransferProtocol -
Uses of TransferProtocol in se.datadosen.jalbum
Subclasses with type arguments of type TransferProtocol in se.datadosen.jalbumMethods in se.datadosen.jalbum that return TransferProtocolModifier and TypeMethodDescriptionAccountProfile.getProtocol()UploadBean.getProtocol()static TransferProtocolReturns the enum constant of this type with the specified name.static TransferProtocol[]TransferProtocol.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in se.datadosen.jalbum with parameters of type TransferProtocolModifier and TypeMethodDescriptionvoidAccountProfile.setProtocol(TransferProtocol protocol) voidUploadBean.setProtocol(TransferProtocol protocol)