From adcabf49f9df1cd5480dd6cc6736e02397a3deaa Mon Sep 17 00:00:00 2001 From: tkellner Date: Wed, 10 Apr 2013 19:27:06 +0000 Subject: Move config parameters to Constants git-svn-id: https://joinup.ec.europa.eu/svn/pdf-over/trunk@329 174cde9d-5d70-4d2a-aa98-46368bc2aaf7 --- .../pdfover/gui/workflow/ConfigManipulator.java | 69 ---------------------- 1 file changed, 69 deletions(-) (limited to 'pdf-over-gui/src/main/java/at/asit/pdfover/gui/workflow/ConfigManipulator.java') diff --git a/pdf-over-gui/src/main/java/at/asit/pdfover/gui/workflow/ConfigManipulator.java b/pdf-over-gui/src/main/java/at/asit/pdfover/gui/workflow/ConfigManipulator.java index bf7cbab3..8784dc02 100644 --- a/pdf-over-gui/src/main/java/at/asit/pdfover/gui/workflow/ConfigManipulator.java +++ b/pdf-over-gui/src/main/java/at/asit/pdfover/gui/workflow/ConfigManipulator.java @@ -25,75 +25,6 @@ import at.asit.pdfover.signator.SignaturePosition; * */ public interface ConfigManipulator { - - /** - * The bku config parameter - */ - public static final String BKU_CONFIG = "BKU"; //$NON-NLS-1$ - - /** - * The value for the Singature position in the configuration file - * values for this entry are: - * - * x=vx;y=vy;p=vp or auto - * - * vx:= float value - * vy:= float value - * vp:= integer value - */ - public static final String SIGNATURE_POSITION_CONFIG = "SIGNATURE_POSITION"; //$NON-NLS-1$ - - /** - * This signature placeholder transparency config parameter (0-255) - */ - public static final String SIGNATURE_PLACEHOLDER_TRANSPARENCY_CONFIG = "SIGNATURE_PLACEHOLDER_TRANSPARENCY"; //$NON-NLS-1$ - - /** - * The mobile number config parameter - */ - public static final String MOBILE_NUMBER_CONFIG = "MOBILE_NUMBER"; //$NON-NLS-1$ - - /** - * The signature note config parameter - */ - public static final String SIGNATURE_NOTE_CONFIG = "SIGNATURE_NOTE"; //$NON-NLS-1$ - - - /** - * Mobile bku url config parameter - */ - public static final String MOBILE_BKU_URL_CONFIG = "MOBILE_BKU_URL"; //$NON-NLS-1$ - - /** - * The emblem config parameter - */ - public static final String EMBLEM_CONFIG = "EMBLEM"; //$NON-NLS-1$ - - /** - * The locale config parameter - */ - public static final String LOCALE_CONFIG = "LOCALE"; //$NON-NLS-1$ - - /** - * The locale config parameter - */ - public static final String SIGN_LOCALE_CONFIG = "SIGNLOCALE"; //$NON-NLS-1$ - - /** - * The proxy host config parameter - */ - public static final String PROXY_HOST_CONFIG = "PROXY_HOST"; //$NON-NLS-1$ - - /** - * The proxy port config parameter - */ - public static final String PROXY_PORT_CONFIG = "PROXY_PORT"; //$NON-NLS-1$ - - /** - * The output folder config parameter - */ - public static final String OUTPUT_FOLDER_CONFIG = "OUTPUT_FOLDER"; //$NON-NLS-1$ - /** * Sets the default bku type * @param bku the bku type -- cgit v1.2.3