ucot.parser
Class DummyParser

java.lang.Object
  extended by ucot.ModuleProperties
      extended by ucot.parser.DummyParser
All Implemented Interfaces:
ModulePropertyInterface, ParserInterface

public class DummyParser
extends ModuleProperties
implements ParserInterface

DummyParser which does absolutely nothing but helps avoiding null values in parser variables.

Author:
UCOT

Field Summary
 
Fields inherited from class ucot.ModuleProperties
properties, propertiesURL
 
Constructor Summary
DummyParser()
           
 
Method Summary
 java.lang.String getName()
          Returns adapter's name.
 ParsedData parse(UseCase useCase)
          Parses given usecase and returns parsed data as a ParsedData object.
 
Methods inherited from class ucot.ModuleProperties
applyProperties, getProperties, loadDefaultProperties, loadProperties, saveProperties, setProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ucot.ModulePropertyInterface
applyProperties, getProperties, loadDefaultProperties, loadProperties, saveProperties, setProperties
 

Constructor Detail

DummyParser

public DummyParser()
Method Detail

parse

public ParsedData parse(UseCase useCase)
                 throws java.lang.Exception
Description copied from interface: ParserInterface
Parses given usecase and returns parsed data as a ParsedData object.

Specified by:
parse in interface ParserInterface
Parameters:
useCase - Use case to parse.
Returns:
Parsed data as a ParsedData object.
Throws:
java.lang.Exception

getName

public java.lang.String getName()
Description copied from interface: ParserInterface
Returns adapter's name.

Specified by:
getName in interface ParserInterface
Returns:
Adapter's name.