bmepsgui
Class BmepsController

java.lang.Object
  extended by bmepsgui.BmepsController

public class BmepsController
extends java.lang.Object


Field Summary
protected  java.lang.String[] bPrefKeys
          Boolean settings preferences keys
protected  boolean[] bv
          Boolean settings
static java.lang.String[] cmdToConvert
          command to convert two files
static java.lang.String[] cmdToReadConfigFile
          command line to make bmeps show the config file
static java.lang.String[] cmdToShowVersion
          command line to show version
static java.lang.String[] defaultFileConfigurations
          By default the list of config-file configurations is empty
static java.lang.String[] defaultPredefinedConfigurations
          default configuration normally built-in in bmeps
protected  java.lang.String[] fileConf
          additional configurations defined in bmeps.conf
protected  java.lang.String[] iPrefKeys
          Integer settings preferences keys
protected  int[] iv
          Integer settings
static java.lang.String[] okw
          Option key words
static java.lang.String[] outputSuffixes
           
static int PDF_12
          PDF level 1.2
static int PDF_13
          PDF level 1.3
static int PDF_14
          PDF level 1.4
protected  java.lang.String[] predefConf
          configuration names built-in in bmeps source code
static int PS_1
          PS level 1
static int PS_2
          PS level 2
static int PS_3
          PS level 3
protected  java.lang.String[] sPrefKeys
          String settings preferences keys
protected  java.lang.String[] sv
          String settings
 
Constructor Summary
BmepsController()
           
 
Method Summary
protected  java.lang.String createOptionsString()
           
 boolean getBoolean(int n)
          Retrieve one boolean entry.
 int getInt(int n)
          Retrieve one integer entry.
protected  java.lang.String getOutputSuffix()
           
 java.lang.String getString(int n)
          Retrieve one string entry.
 void setBoolean(int n, boolean x)
          Set one boolean entry.
 void setInt(int n, int x)
          Set one string entry.
 void setString(int n, java.lang.String x)
          Set one string entry.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

okw

public static final java.lang.String[] okw
Option key words


outputSuffixes

public static java.lang.String[] outputSuffixes

PS_1

public static final int PS_1
PS level 1

See Also:
Constant Field Values

PS_2

public static final int PS_2
PS level 2

See Also:
Constant Field Values

PS_3

public static final int PS_3
PS level 3

See Also:
Constant Field Values

PDF_12

public static final int PDF_12
PDF level 1.2

See Also:
Constant Field Values

PDF_13

public static final int PDF_13
PDF level 1.3

See Also:
Constant Field Values

PDF_14

public static final int PDF_14
PDF level 1.4

See Also:
Constant Field Values

defaultPredefinedConfigurations

public static final java.lang.String[] defaultPredefinedConfigurations
default configuration normally built-in in bmeps


predefConf

protected java.lang.String[] predefConf
configuration names built-in in bmeps source code


defaultFileConfigurations

public static final java.lang.String[] defaultFileConfigurations
By default the list of config-file configurations is empty


fileConf

protected java.lang.String[] fileConf
additional configurations defined in bmeps.conf


sPrefKeys

protected java.lang.String[] sPrefKeys
String settings preferences keys


sv

protected java.lang.String[] sv
String settings


bPrefKeys

protected java.lang.String[] bPrefKeys
Boolean settings preferences keys


bv

protected boolean[] bv
Boolean settings


iPrefKeys

protected java.lang.String[] iPrefKeys
Integer settings preferences keys


iv

protected int[] iv
Integer settings


cmdToReadConfigFile

public static final java.lang.String[] cmdToReadConfigFile
command line to make bmeps show the config file


cmdToShowVersion

public static final java.lang.String[] cmdToShowVersion
command line to show version


cmdToConvert

public static final java.lang.String[] cmdToConvert
command to convert two files

Constructor Detail

BmepsController

public BmepsController()
Method Detail

getString

public java.lang.String getString(int n)
Retrieve one string entry.

Parameters:
n - Index in the array.
Returns:
The entry at position n.

setString

public void setString(int n,
                      java.lang.String x)
Set one string entry.

Parameters:
n - The index of the entry to set.
x - The new value.

getBoolean

public boolean getBoolean(int n)
Retrieve one boolean entry.

Parameters:
n - Index in the array.
Returns:
The entry at position n.

setBoolean

public void setBoolean(int n,
                       boolean x)
Set one boolean entry.

Parameters:
n - The index of the entry to set.
x - The new value.

getInt

public int getInt(int n)
Retrieve one integer entry.

Parameters:
n - Index in the array.
Returns:
The entry at position n.

setInt

public void setInt(int n,
                   int x)
Set one string entry.

Parameters:
n - The index of the entry to set.
x - The new value.

createOptionsString

protected java.lang.String createOptionsString()

getOutputSuffix

protected java.lang.String getOutputSuffix()