[ Index ]
 

Code source de Symfony 1.0.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/lib/vendor/phing/tasks/system/ -> PropertyPromptTask.php (sommaire)

(pas de description)

Poids: 201 lignes (7 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 1 class

PropertyPromptTask:: (14 méthodes):
  addText()
  main()
  getDefaultMessage()
  getDefaultValue()
  getPromptCharacter()
  getPromptText()
  getPropertyName()
  init()
  isUseExistingValue()
  setDefaultvalue()
  setPromptCharacter()
  setPromptText()
  setPropertyName()
  setUseExistingValue()


Classe: PropertyPromptTask  - X-Ref

Deprecated task that uses console to prompt user for property values.

This class is very slightly simpler than the InputTask, but lacks the ability
to use a non-console input handler.  You should, therefore, use InputTask.  This
class can serve as a reference, but will be removed in the future.

addText($prompt)   X-Ref
Sets the prompt text that will be presented to the user.

param: string $prompt
return: void

main()   X-Ref
Run the PropertyPrompt task.


getDefaultMessage()   X-Ref
Returns a string to be inserted in the log message
indicating whether a default response was specified
in the build file.


getDefaultValue()   X-Ref
Returns defaultValue specified
in this task for the Property
being set.

return: string

getPromptCharacter()   X-Ref
Returns the terminating character used to
punctuate the prompt text.

return: string

getPromptText()   X-Ref
Returns text of the prompt.

return: java.lang.String

getPropertyName()   X-Ref
Returns name of the Ant Project Property
being set by this task.

return: string

init()   X-Ref
Initializes this task.


isUseExistingValue()   X-Ref
Insert the method's description here.
Creation date: (12/10/2001 8:16:16 AM)

return: boolean

setDefaultvalue($newDefaultvalue)   X-Ref
Sets defaultValue for the Property
being set by this task.

param: string $newDefaultvalue

setPromptCharacter($newPromptcharacter)   X-Ref
Sets the terminating character used to
punctuate the prompt text (default is "?").

param: newPromptcharacter java.lang.String

setPromptText($newPrompttext)   X-Ref
Sets text of the prompt.

param: newPrompttext java.lang.String

setPropertyName($newPropertyname)   X-Ref
Specifies the Phing Project Property
being set by this task.

param: newPropertyname java.lang.String

setUseExistingValue($newUseExistingValue)   X-Ref

param: boolean newUseExistingValue



Généré le : Fri Mar 16 22:42:14 2007 par Balluche grâce à PHPXref 0.7