org.apache.uima.tools.cfe.support
Class FileBasedResource
java.lang.Object
org.apache.uima.tools.cfe.support.FileBasedResource
- Direct Known Subclasses:
- FileBasedDictionary
public abstract class FileBasedResource
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_name
protected String m_name
m_path
protected String m_path
FileBasedResource
public FileBasedResource(String name,
String path)
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.