|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.sqlpower.architect.AlwaysOKUserPrompter
public class AlwaysOKUserPrompter
A simple implementation of UserPrompter that is not a user prompter at all. Always says OK. This is normally used as a default for when we run headless.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface ca.sqlpower.architect.UserPrompter |
|---|
UserPrompter.UserPromptResponse |
| Constructor Summary | |
|---|---|
AlwaysOKUserPrompter()
|
|
| Method Summary | |
|---|---|
UserPrompter.UserPromptResponse |
promptUser(java.lang.Object... formatArgs)
Obtains the decision for how a given operation should proceed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AlwaysOKUserPrompter()
| Method Detail |
|---|
public UserPrompter.UserPromptResponse promptUser(java.lang.Object... formatArgs)
UserPrompter
promptUser in interface UserPrompterformatArgs - The arguments to the insert into the format string in the
question. See MessageFormat for details.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||