abbot.script.parsers
Class FileParser

java.lang.Object
  extended by abbot.script.parsers.FileParser
All Implemented Interfaces:
Parser

public class FileParser
extends Object
implements Parser

Convert a String into a File. May optionally provide a file prefix indicating a root directory for relative paths.


Constructor Summary
FileParser()
           
 
Method Summary
 Object parse(String input)
           
 String relativeTo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileParser

public FileParser()
Method Detail

parse

public Object parse(String input)
             throws IllegalArgumentException
Specified by:
parse in interface Parser
Throws:
IllegalArgumentException

relativeTo

public String relativeTo()


Copyright © 2002-2008 Timothy Wall. All Rights Reserved.
Abbot is hosted on

SourceForge