public static class JGitClientSession.SessionAttributes extends JGitClientSession.ChainingAttributes implements org.apache.sshd.common.PropertyResolver
JGitClientSession.ChainingAttributes repository that doubles as a
PropertyResolver. The property map can be set via the attribute
key PROPERTIES.| Modifier and Type | Field and Description |
|---|---|
static org.apache.sshd.common.AttributeRepository.AttributeKey<Map<String,Object>> |
PROPERTIES
Key for storing a map of properties in the attributes.
|
| Constructor and Description |
|---|
SessionAttributes(org.apache.sshd.common.AttributeRepository self,
org.apache.sshd.common.AttributeRepository parent,
org.apache.sshd.common.PropertyResolver parentProperties)
Creates a new
JGitClientSession.SessionAttributes attribute and property
source. |
| Modifier and Type | Method and Description |
|---|---|
org.apache.sshd.common.PropertyResolver |
getParentPropertyResolver() |
Map<String,Object> |
getProperties() |
attributeKeys, getAttribute, getAttributesCount, resolveAttributeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic SessionAttributes(org.apache.sshd.common.AttributeRepository self,
org.apache.sshd.common.AttributeRepository parent,
org.apache.sshd.common.PropertyResolver parentProperties)
JGitClientSession.SessionAttributes attribute and property
source.self - to search for attributes firstparent - to search for attributes if not found in selfparentProperties - to search for properties if not found in selfCopyright © 2020 Eclipse JGit Project. All rights reserved.