de.smartics.testdoc.core.source
Class DummySourceCodeHelper

Package class diagram package DummySourceCodeHelper
java.lang.Object
  extended by de.smartics.testdoc.core.source.DummySourceCodeHelper
All Implemented Interfaces:
SourceCodeHelper

public class DummySourceCodeHelper
     
     
extends Object
implements SourceCodeHelper

Dummy implementation of the SourceCodeHelper interface that is not able to determine source code locations.

Author:
Robert Reiner

Constructor Summary
DummySourceCodeHelper()
          Default constructor.
 
Method Summary
 de.smartics.util.source.SourceCodeLocation getSourceCodeLocation(Element element)
          Returns SourceCodeLocation.UNKNOWN_LOCATION.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummySourceCodeHelper

public DummySourceCodeHelper()
Default constructor.

Method Detail

getSourceCodeLocation

public de.smartics.util.source.SourceCodeLocation getSourceCodeLocation(Element element)
Returns SourceCodeLocation.UNKNOWN_LOCATION.

Specified by:
getSourceCodeLocation in interface SourceCodeHelper
Parameters:
element - the element whose location in the source code is requested.
Returns:
SourceCodeLocation.UNKNOWN_LOCATION, always.


Copyright © 2010-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.