| Home >> All >> com >> sshtools >> [ daemon Javadoc ] |
Page 1 2
| | com.sshtools.daemon.util.* (4) | | com.sshtools.daemon.vfs.* (4) |
com.sshtools.daemon: Javadoc index of package com.sshtools.daemon.
Package Samples:
com.sshtools.daemon.vfs
com.sshtools.daemon.util
Classes:
StringPattern: This class provides services for checking strings against string-patterns. Currently it supports the wildcards '' for any number of any character and '?' for any one character. The API is very simple: There are only the two class methods match() and matchIgnoreCase() . Example: StringPattern.match( 'Hello World", "H W" ) ; --> evaluates to true StringPattern.matchIgnoreCase( 'StringPattern", "str???pat" ) ; --> evaluates to true
StringExaminer: As a subclass of StringScanner this class allows more advanced navigation over the underlying string. That includes moving to positions of specific substrings etc.
StringUtil: The sole instance of this class provides several convienience methods for string manipulation such as substring replacement or character repetition.
StringScanner: Simple scanner that allows to navigate over the characters of a string.
SshDaemon
SshServer
PublicKeyVerification
PublicKeyAuthenticationServer
SshAuthenticationServerFactory
AuthorizationFileVerification
PasswordAuthenticationServer
KBIPasswordAuthenticationServer
AuthenticationProtocolServer
SshAuthenticationServer
XmlServerConfigurationContext
SshAPIConfiguration
AllowedSubsystem
PlatformConfiguration
ServerConfiguration
ForwardingServer
NativeAuthenticationProvider
NativeProcessProvider
| Home | Contact Us | Privacy Policy | Terms of Service |