org.apache.uima.tools.cfe.support
Class FileBasedResource

java.lang.Object
  extended by org.apache.uima.tools.cfe.support.FileBasedResource
Direct Known Subclasses:
FileBasedDictionary

public abstract class FileBasedResource
extends Object


Field Summary
protected  String m_name
           
protected  String m_path
           
 
Constructor Summary
FileBasedResource(String name, String path)
           
 
Method Summary
abstract  void load()
           
 String name()
           
 String path()
           
abstract  void save()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_name

protected String m_name

m_path

protected String m_path
Constructor Detail

FileBasedResource

public FileBasedResource(String name,
                         String path)
Method Detail

name

public String name()

path

public String path()

load

public abstract void load()
                   throws IOException
Throws:
IOException

save

public abstract void save()
                   throws IOException
Throws:
IOException


Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.