visit Kofax web site

de.softpro.signware.SPVersionInfo Class Reference

List of all members.

Detailed Description

SignWare Version module.

This object contains version information for a specific module.

Operating Systems:
Windows (Win32), Linux (i386), Linux (x86_64), Android (ARMv7a), Darwin (x86_64)


Public Member Functions

String getFileName ()
String getModuleName ()
String getVersion ()
boolean isLoaded ()
void readObject (java.io.ObjectInputStream in) throws IOException, ClassNotFoundException
void setFileName (String fileName)
void setLoaded (boolean b)
void setModuleName (String moduleName)
void setVersion (String version)
 SPVersionInfo (String moduleName)
String toString ()
void writeObject (java.io.ObjectOutputStream out) throws IOException

Protected Attributes

boolean bLoaded = true
String fileName
String moduleName
String version


Constructor & Destructor Documentation

de.softpro.signware.SPVersionInfo.SPVersionInfo String  moduleName  ) 
 

Constructs an SPVersionInfo for the module with the given name.

Operating Systems:
Windows (Win32), Linux (i386), Linux (x86_64), Android (ARMv7a), Darwin (x86_64)


Member Function Documentation

String de.softpro.signware.SPVersionInfo.getFileName  ) 
 

Query the file name of the module.

Returns:
the file name of the module
Operating Systems:
Windows (Win32), Linux (i386), Linux (x86_64), Android (ARMv7a), Darwin (x86_64)

String de.softpro.signware.SPVersionInfo.getModuleName  ) 
 

Returns the name of the module.

Returns:
The name of the module as a String
Operating Systems:
Windows (Win32), Linux (i386), Linux (x86_64), Android (ARMv7a), Darwin (x86_64)

String de.softpro.signware.SPVersionInfo.getVersion  ) 
 

Query the version of the module.

Returns:
The version of the module as a string
Operating Systems:
Windows (Win32), Linux (i386), Linux (x86_64), Android (ARMv7a), Darwin (x86_64)

boolean de.softpro.signware.SPVersionInfo.isLoaded  ) 
 

Returns whether the module is available or not

Returns:
true if the module is available, else false
Operating Systems:
Windows (Win32), Linux (i386), Linux (x86_64), Android (ARMv7a), Darwin (x86_64)

void de.softpro.signware.SPVersionInfo.readObject java.io.ObjectInputStream  in  )  throws IOException, ClassNotFoundException
 

Read this Object from a data stream

Parameters:
in [i] the stream to read from
Operating Systems:
Windows (Win32), Linux (i386), Linux (x86_64), Android (ARMv7a), Darwin (x86_64)

void de.softpro.signware.SPVersionInfo.setFileName String  fileName  ) 
 

Set the file name of the module.

Parameters:
fileName [i] the file name of the module
Operating Systems:
Windows (Win32), Linux (i386), Linux (x86_64), Android (ARMv7a), Darwin (x86_64)

void de.softpro.signware.SPVersionInfo.setLoaded boolean  b  ) 
 

Sets the availability of a module

Parameters:
b [i] Availability of the module
Operating Systems:
Windows (Win32), Linux (i386), Linux (x86_64), Android (ARMv7a), Darwin (x86_64)

void de.softpro.signware.SPVersionInfo.setModuleName String  moduleName  ) 
 

Set the name of the module.

Parameters:
moduleName [i] the name of the module
Operating Systems:
Windows (Win32), Linux (i386), Linux (x86_64), Android (ARMv7a), Darwin (x86_64)

void de.softpro.signware.SPVersionInfo.setVersion String  version  ) 
 

Set the version of the module.

Parameters:
version [i] the version of the module
Operating Systems:
Windows (Win32), Linux (i386), Linux (x86_64), Android (ARMv7a), Darwin (x86_64)

String de.softpro.signware.SPVersionInfo.toString  ) 
 

Convert this object to a string

Returns:
String representation of this object
Operating Systems:
Windows (Win32), Linux (i386), Linux (x86_64), Android (ARMv7a), Darwin (x86_64)

void de.softpro.signware.SPVersionInfo.writeObject java.io.ObjectOutputStream  out  )  throws IOException
 

Write this Object to a data stream

Parameters:
out [i] the stream to write to
Operating Systems:
Windows (Win32), Linux (i386), Linux (x86_64), Android (ARMv7a), Darwin (x86_64)


Member Data Documentation

boolean de.softpro.signware.SPVersionInfo.bLoaded = true [protected]
 

String de.softpro.signware.SPVersionInfo.fileName [protected]
 

String de.softpro.signware.SPVersionInfo.moduleName [protected]
 

String de.softpro.signware.SPVersionInfo.version [protected]
 


The documentation for this class was generated from the following file: