Uses of Class
org.serviceconnector.server.FileServer
Packages that use FileServer
-
Uses of FileServer in org.serviceconnector.service
Methods in org.serviceconnector.service that return FileServerModifier and TypeMethodDescriptionFileService.allocateFileServerAndCreateSession(FileSession session) Allocate file server and create session.FileSession.getFileServer()Gets the file server.FileService.getServer()Gets the server.Constructors in org.serviceconnector.service with parameters of type FileServerModifierConstructorDescriptionFileService(String name, FileServer server, String path, String scUploadScript, String scGetFileListScript) Instantiates a new publish service.