public interface ServerConfiguration
Modifier and Type | Method and Description |
---|---|
FileSystem |
getFileSystem() |
String |
getHelpText(String name)
Return the help text for a command or the default help text if no command name is specified
|
String |
getSystemName() |
String |
getSystemStatus() |
UserAccount |
getUserAccount(String username) |
FileSystem getFileSystem()
FileSystem
for this serverUserAccount getUserAccount(String username)
username
- - the user nameUserAccount
configured for this server for the specified user nameString getSystemName()
String getSystemStatus()
String getHelpText(String name)
name
- - the command name; may be empty or null to indicate a request for the default help textCopyright © 2016. All rights reserved.