public abstract class AbstractGetPassword
extends org.apache.tools.ant.Task
| Constructor and Description |
|---|
AbstractGetPassword() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
String |
getAddproperty() |
String |
getConfirmationMessage() |
String |
getMessage() |
void |
setAddproperty(String addproperty) |
void |
setConfirmationMessage(String confirmationMessage) |
void |
setMessage(String message) |
protected abstract boolean |
validate(String password)
Validate.
|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic String getMessage()
public void setMessage(String message)
public String getConfirmationMessage()
public void setConfirmationMessage(String confirmationMessage)
public String getAddproperty()
public void setAddproperty(String addproperty)
public void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildExceptionprotected abstract boolean validate(String password)
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.