GATE
Version 3.1-2270

debugger.resources
Class JapeFile

java.lang.Object
  extended by debugger.resources.JapeFile

public class JapeFile
extends Object

Copyright (c) Ontos AG (http://www.ontosearch.com). This class is part of JAPE Debugger component for GATE (Copyright (c) "The University of Sheffield" see http://gate.ac.uk/)

Author:
Andrey Shafirin

Constructor Summary
JapeFile(URL url)
           
 
Method Summary
 boolean canWrite()
           
 File getFile()
           
 Reader getReader()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JapeFile

public JapeFile(URL url)
Method Detail

getReader

public Reader getReader()
                 throws IOException
Throws:
IOException

getFile

public File getFile()

canWrite

public boolean canWrite()

GATE
Version 3.1-2270