Package psidev.psi.mi.jami.datasource
Class FileSourceLocator
- java.lang.Object
-
- psidev.psi.mi.jami.datasource.FileSourceLocator
-
- Direct Known Subclasses:
CsvSourceLocator
,MitabSourceLocator
,PsiXmlLocator
public class FileSourceLocator extends Object
A source locator of an object in a file- Since:
22/03/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Constructor Summary
Constructors Constructor Description FileSourceLocator(int lineNumber, int charNumber)
Constructor for FileSourceLocator.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCharNumber()
The character number in the file where the object is located.int
getLineNumber()
The line number in the file where the object is locatedString
toString()
toString
-