public class StorageConnectionExtensionContainer extends IdentifiedContainer implements StorageConnectionExtension
Constructor and Description |
---|
StorageConnectionExtensionContainer() |
Modifier and Type | Method and Description |
---|---|
Host |
host() |
void |
host(Host newHost) |
boolean |
hostPresent() |
String |
password() |
void |
password(String newPassword) |
boolean |
passwordPresent() |
String |
target() |
void |
target(String newTarget) |
boolean |
targetPresent() |
String |
username() |
void |
username(String newUsername) |
boolean |
usernamePresent() |
comment, comment, commentPresent, description, description, descriptionPresent, href, href, hrefPresent, id, id, idPresent, name, name, namePresent
makeArrayList, makeUnmodifiableList
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comment, commentPresent, description, descriptionPresent, href, hrefPresent, id, idPresent, name, namePresent
public String password()
password
in interface StorageConnectionExtension
public void password(String newPassword)
public boolean passwordPresent()
passwordPresent
in interface StorageConnectionExtension
public String target()
target
in interface StorageConnectionExtension
public void target(String newTarget)
public boolean targetPresent()
targetPresent
in interface StorageConnectionExtension
public String username()
username
in interface StorageConnectionExtension
public void username(String newUsername)
public boolean usernamePresent()
usernamePresent
in interface StorageConnectionExtension
public Host host()
host
in interface StorageConnectionExtension
public void host(Host newHost)
public boolean hostPresent()
hostPresent
in interface StorageConnectionExtension
Copyright © 2016. All rights reserved.