From e4767bccc7324d4b61a334bf6c0558d0080045e2 Mon Sep 17 00:00:00 2001 From: Jakob Heher Date: Wed, 6 Jul 2022 12:33:33 +0200 Subject: remove NON-NLS comments, cleanup whitespace --- .../gui/workflow/config/ConfigProvider.java | 70 +++++++++++----------- 1 file changed, 35 insertions(+), 35 deletions(-) (limited to 'pdf-over-gui/src/main/java/at/asit/pdfover/gui/workflow/config/ConfigProvider.java') diff --git a/pdf-over-gui/src/main/java/at/asit/pdfover/gui/workflow/config/ConfigProvider.java b/pdf-over-gui/src/main/java/at/asit/pdfover/gui/workflow/config/ConfigProvider.java index b6935206..38526326 100644 --- a/pdf-over-gui/src/main/java/at/asit/pdfover/gui/workflow/config/ConfigProvider.java +++ b/pdf-over-gui/src/main/java/at/asit/pdfover/gui/workflow/config/ConfigProvider.java @@ -32,11 +32,11 @@ public interface ConfigProvider { /** * RegEx for parsing signature position */ - public static final String SIGN_POS_REGEX = "(x=(\\d\\.?\\d?);y=(\\d\\.?\\d?);p=(\\d))|(auto)|(x=(\\d\\.?\\d?);y=(\\d\\.?\\d?))"; //$NON-NLS-1$ + public static final String SIGN_POS_REGEX = "(x=(\\d\\.?\\d?);y=(\\d\\.?\\d?);p=(\\d))|(auto)|(x=(\\d\\.?\\d?);y=(\\d\\.?\\d?))"; // /** * Loads the configuration from a configuration file - * + * * @param configSource * the configuration file * @throws IOException @@ -45,77 +45,77 @@ public interface ConfigProvider { /** * Gets the configuration file - * + * * @return the configuration file */ public String getConfigurationFile(); /** * Gets the configuration directory - * + * * @return the configuration directory */ public String getConfigurationDirectory(); /** * Gets the default Mobile number - * + * * @return the default mobile number */ public String getDefaultMobileNumber(); /** * Gets the password to use for Mobile BKU - * + * * @return the password */ public String getDefaultMobilePassword(); /** * Gets the filename of the default emblem - * + * * @return the emblem */ public String getDefaultEmblem(); /** * Gets the proxy host - * + * * @return the proxy hostname or ip address */ public String getProxyHost(); /** * Gets the proxy port - * + * * @return the proxy port */ public int getProxyPort(); /** * Gets the proxy username - * + * * @return the proxy username */ public String getProxyUser(); /** * Gets the proxy password - * + * * @return the proxy password */ public String getProxyPass(); /** * Get the default configured BKU - * + * * @return the default configured BKU */ public BKUs getDefaultBKU(); /** * Get the default configured SignaturePosition - * + * * @return the default configured SignaturePosition or null if not * configured */ @@ -123,126 +123,126 @@ public interface ConfigProvider { /** * Get the transparency of the signature placeholder - * + * * @return the transparency of the signature placeholder */ public int getPlaceholderTransparency(); /** * Gets the default output folder for signed documents - * + * * @return the default output folder */ public String getDefaultOutputFolder(); /** * Gets the mobile BKU URL - * + * * @return the mobile BKU URL */ public String getMobileBKUURL(); /** * Gets the mobile BKU type - * + * * @return the mobile BKU type */ public MobileBKUs getMobileBKUType(); /** * Gets the mobile BKU BASE64 setting - * + * * @return the mobile BKU BASE64 setting */ public boolean getMobileBKUBase64(); /** * Get the signature note text to use - * + * * @return the signature note text */ public String getSignatureNote(); /** * Gets the configured locale - * + * * @return the configured locale */ public Locale getLocale(); /** * Gets the configured locale - * + * * @return the configured locale */ public Locale getSignatureLocale(); /** * Get the signature PDF/A compatibility setting - * + * * @return the signature PDF/A compatibility setting */ public boolean getSignaturePdfACompat(); /** * Gets whether keystore signing is enabled - * + * * @return whether keystore signing is enabled */ public Boolean getKeyStoreEnabled(); /** * Gets the keystore file - * + * * @return the keystore file */ public String getKeyStoreFile(); /** * Gets the keystore type - * + * * @return the keystore type */ public String getKeyStoreType(); /** * Gets the keystore alias - * + * * @return the keystore alias */ public String getKeyStoreAlias(); /** * Gets the keystore store password - * + * * @return the keystore store password */ public String getKeyStoreStorePass(); /** * Gets the keystore key password - * + * * @return the keystore key password */ public String getKeyStoreKeyPass(); /** * Gets whether to automatically check for application updates - * + * * @return whether to automatically check for application updates */ public boolean getUpdateCheck(); /** * Gets the configured MainWindow size - * + * * @return the configured MainWindow size */ public Point getMainWindowSize(); /** * Gets whether to skip the finish screen - * + * * @return whether to skip the finish screen */ public boolean getSkipFinish(); @@ -253,14 +253,14 @@ public interface ConfigProvider { * @return whether to use a signature maker */ public boolean getUseMarker(); - + /** * Gets whether to use signature fileds instead of QR code. * * @return boolean */ public boolean getUseSignatureFields(); - + /** * @return */ @@ -270,8 +270,8 @@ public interface ConfigProvider { * @param profile */ public void setSignatureProfile(String profile); - - + + /** * @return */ -- cgit v1.2.3