debugger.resources
Class JapeFile

java.lang.Object
  extended bydebugger.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

Field Summary
private  File file
           
private  URL url
           
 
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
 

Field Detail

url

private URL url

file

private File file
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()