org.josql.functions
Class FileMatch

java.lang.Object
  extended by org.josql.functions.FileMatch

public class FileMatch
extends Object

This class represents the match of a String in a file.


Constructor Summary
FileMatch(File f, int line, int col, String str, String oLine)
           
 
Method Summary
 int getColumn()
           
 File getFile()
           
 int getLine()
           
 String getOriginalLine()
           
 String getString()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileMatch

public FileMatch(File f,
                 int line,
                 int col,
                 String str,
                 String oLine)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getOriginalLine

public String getOriginalLine()

getString

public String getString()

getColumn

public int getColumn()

getLine

public int getLine()

getFile

public File getFile()


  Copyright © 2008 Gary Bentley. All Rights Reserved.