cafe.fingerprintauthentication
Class FingerprintSettings

java.lang.Object
  extended by cafe.fingerprintauthentication.FingerprintSettings

public class FingerprintSettings
extends java.lang.Object

This class contains settings needed by the FingerprintAuthentication component

Version:
0.2 Parts made by Veli-Pekka Kestilä(vpk) Copyright(C) Veli-Pekka Kestilä And are lisenced under LGPL accordin the agreement between copyright holder and Unversity of Helsinki. Parts made by others Copyright(C) University of Helsinki Following notice currently only concerns parts written by Veli-Pekka Kestilä. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Author:
vpk, Markus Penttilä

Constructor Summary
FingerprintSettings(java.lang.String licensepath, java.lang.String nativelibrarypath, java.lang.String loglevel, java.lang.String logpath)
          Constructs a new FingerprintSettings instance with the given parameters.
 
Method Summary
 java.lang.String getLicensePath()
          Returns the path to Griaule GrFinger's license file.
 java.lang.String getLoglevel()
          Returns the log level of the logger
 java.lang.String getLogpath()
          Returns the path to log
 java.lang.String getNativeLibraryPath()
          Returns the path to Griaule GrFinger's native libraries.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FingerprintSettings

public FingerprintSettings(java.lang.String licensepath,
                           java.lang.String nativelibrarypath,
                           java.lang.String loglevel,
                           java.lang.String logpath)
Constructs a new FingerprintSettings instance with the given parameters.

Parameters:
licensepath - Path to Griaule GrFinger's license file.
nativelibrarypath - Path to Griaule GrFinger's native libraries.
Method Detail

getLicensePath

public java.lang.String getLicensePath()
Returns the path to Griaule GrFinger's license file.

Returns:
the path to the file

getNativeLibraryPath

public java.lang.String getNativeLibraryPath()
Returns the path to Griaule GrFinger's native libraries.

Returns:
the path to the libraries

getLoglevel

public java.lang.String getLoglevel()
Returns the log level of the logger

Returns:
String received from settings.xml loglevel

getLogpath

public java.lang.String getLogpath()
Returns the path to log

Returns:
String received from settings.xml logpath