whispyy/Plugins
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
TP Plugin Jean Frédéric DURAND Timothee Lefebvre --FRENCH-- lancer le TP avec la commande : java -jar Plugin.jar /!\ il faut aggrandir la fenetre pour voir apparaitre le menu. /test/* contient les tests /src/* contient les sources commentées /MyPlug/ est l'endroit ou placer les plugins /pluginUML.gif correspond au diagramme UML. Les plugins inclus sont : JessePinkmanPlugin : Il ajoute en fin de ligne "beach" NoPunctuationPlugin : Enl�ve la ponctuation de la phrase. ToLowerCasePlugin : Affiche la chaine en minuscule. ToUpperCasePlugin : Affiche la chaine en majuscule. --ENGLISH-- Run TP by typing command line : java -jar Plugin.jar /!\ You need to maximize the window to see the navigation bar. /test/* contains the tests /src/* contains the sources code with comments. /MyPlug/ is the path where you can put your plugins in. /pluginUML.gif is the UML diagram. Plugins included are : JessePinkmanPlugin : Add at the end of the sentence "beach" NoPunctuationPlugin : Remove all punctuation to the sentence. ToLowerCasePlugin : Print the string in lower case. ToUpperCasePlugin : Print the string in upper case.