From 2eecedc172330390f8bc162a4fa8f89f4811db71 Mon Sep 17 00:00:00 2001 From: tkellner Date: Wed, 24 Jul 2013 14:57:56 +0000 Subject: Add proxy auth cmd-line parameters git-svn-id: https://joinup.ec.europa.eu/svn/pdf-over/trunk@466 174cde9d-5d70-4d2a-aa98-46368bc2aaf7 --- .../pdfover/gui/workflow/states/PrepareConfigurationState.java | 4 ++++ .../src/main/resources/at/asit/pdfover/gui/messages.properties | 4 ++++ .../src/main/resources/at/asit/pdfover/gui/messages_de.properties | 8 ++++++-- 3 files changed, 14 insertions(+), 2 deletions(-) (limited to 'pdf-over-gui/src/main') diff --git a/pdf-over-gui/src/main/java/at/asit/pdfover/gui/workflow/states/PrepareConfigurationState.java b/pdf-over-gui/src/main/java/at/asit/pdfover/gui/workflow/states/PrepareConfigurationState.java index 2107e50b..5ba24378 100644 --- a/pdf-over-gui/src/main/java/at/asit/pdfover/gui/workflow/states/PrepareConfigurationState.java +++ b/pdf-over-gui/src/main/java/at/asit/pdfover/gui/workflow/states/PrepareConfigurationState.java @@ -39,7 +39,9 @@ import at.asit.pdfover.gui.cliarguments.OutputFolderArgument; import at.asit.pdfover.gui.cliarguments.PasswordArgument; import at.asit.pdfover.gui.cliarguments.PhoneNumberArgument; import at.asit.pdfover.gui.cliarguments.ProxyHostArgument; +import at.asit.pdfover.gui.cliarguments.ProxyPassArgument; import at.asit.pdfover.gui.cliarguments.ProxyPortArgument; +import at.asit.pdfover.gui.cliarguments.ProxyUserArgument; import at.asit.pdfover.gui.cliarguments.SkipFinishArgument; import at.asit.pdfover.gui.controls.ErrorDialog; import at.asit.pdfover.gui.controls.Dialog.BUTTONS; @@ -80,6 +82,8 @@ public class PrepareConfigurationState extends State { this.handler.addCLIArgument(PasswordArgument.class); this.handler.addCLIArgument(ProxyHostArgument.class); this.handler.addCLIArgument(ProxyPortArgument.class); + this.handler.addCLIArgument(ProxyUserArgument.class); + this.handler.addCLIArgument(ProxyPassArgument.class); this.handler.addCLIArgument(EmblemArgument.class); this.handler.addCLIArgument(AutomaticPositioningArgument.class); this.handler.addCLIArgument(SkipFinishArgument.class); diff --git a/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties b/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties index c5991585..208b97fc 100644 --- a/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties +++ b/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties @@ -46,6 +46,8 @@ argument.help.output=Sets the output folder or file to use. Example: -o argument.help.password=Sets the password to use for mobile CCE. Example: -p argument.help.proxyhost=Sets the proxy host to use. Example: -proxy argument.help.proxyport=Sets the proxy port to use. Example: -proxyport +argument.help.proxyuser=Sets the proxy username to use. Example: -proxyuser +argument.help.proxypass=Sets the proxy password to use. Example: -proxypass argument.help.skipfinish=Enables skipping of the "Finish" dialog (if successfully saved) argument.info.help=The following options are available: argument.invalid.bku=CCE argument invalid! Usage: @@ -57,6 +59,8 @@ argument.invalid.output=Output folder argument invalid! Usage: argument.invalid.password=Mobile CCE password invalid! Usage: argument.invalid.proxyhost=Proxy host argument invalid! Usage: argument.invalid.proxyport=Proxy port argument invalid! Usage: +argument.invalid.proxyuser=Proxy username argument invalid! Usage: +argument.invalid.proxypass=Proxy password argument invalid! Usage: bku_selection.card=&Card bku_selection.mobile=&Mobile common.AllExtension_Description=All files diff --git a/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages_de.properties b/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages_de.properties index 4d9eaf50..73e63a8c 100644 --- a/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages_de.properties +++ b/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages_de.properties @@ -46,6 +46,8 @@ argument.help.output=W argument.help.password=Wählt das Passwort für die Handy-BKU. Bsp.: -p argument.help.proxyhost=Wählt den Proxy-Server. Bsp.: -proxy argument.help.proxyport=Wählt den Proxy-Server-Port. Bsp.: -proxyport +argument.help.proxyuser=Wählt den Proxy-Benutznamen. Bsp.: -proxyuser +argument.help.proxypass=Wählt das Proxy-Passwort. Bsp.: -proxypass argument.help.skipfinish=Aktiviert das Überspringen des "Fertig"-Dialogs (falls Speichern erfolgreich) argument.info.help=Die folgenden Optionen sind verfügbar: argument.invalid.bku=BKU-Auswahl ungültig! Verwendung: @@ -55,8 +57,10 @@ argument.invalid.input=Dokument ung argument.invalid.number=Telefonnummer ungültig! Verwendung: argument.invalid.output=Ausgabeordner ungültig! Verwendung: argument.invalid.password=Handy-BKU Passwort ungültig! Verwendung: -argument.invalid.proxyhost=Proxy host ungültig! Verwendung: -argument.invalid.proxyport=Proxy port ungültig! Verwendung: +argument.invalid.proxyhost=Proxy-Host ungültig! Verwendung: +argument.invalid.proxyport=Proxy-Port ungültig! Verwendung: +argument.invalid.proxyuser=Proxy-Benutzername ungültig! Verwendung: +argument.invalid.proxypass=Proxy-Passwort ungültig! Verwendung: bku_selection.card=&Karte bku_selection.mobile=&Handy common.AllExtension_Description=Alle Dateien -- cgit v1.2.3