|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jgit.transport.CredentialItem
org.eclipse.jgit.transport.CredentialItem.InformationalMessage
public static class CredentialItem.InformationalMessage
An advice message presented to the user, with no response required.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.eclipse.jgit.transport.CredentialItem |
|---|
CredentialItem.CharArrayType, CredentialItem.InformationalMessage, CredentialItem.Password, CredentialItem.StringType, CredentialItem.Username, CredentialItem.YesNoType |
| Constructor Summary | |
|---|---|
CredentialItem.InformationalMessage(java.lang.String messageText)
Initialize an informational message. |
|
| Method Summary | |
|---|---|
void |
clear()
Clear the stored value, destroying it as much as possible. |
| Methods inherited from class org.eclipse.jgit.transport.CredentialItem |
|---|
getPromptText, isValueSecure |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CredentialItem.InformationalMessage(java.lang.String messageText)
messageText - message to display to the user.| Method Detail |
|---|
public void clear()
CredentialItem
clear in class CredentialItem
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||