edu.stanford.smi.protegex.owl.repository.impl
Class LocalFileRepository
java.lang.Object
edu.stanford.smi.protegex.owl.repository.impl.AbstractLocalRepository
edu.stanford.smi.protegex.owl.repository.impl.LocalFileRepository
- All Implemented Interfaces:
- Repository
- public class LocalFileRepository
- extends AbstractLocalRepository
User: matthewhorridge
The University Of Manchester
Medical Informatics Group
Date: Sep 21, 2005
matthew.horridge@cs.man.ac.uk
www.cs.man.ac.uk/~horridgm
Methods inherited from class edu.stanford.smi.protegex.owl.repository.impl.AbstractLocalRepository |
contains, getFile, getInputStream, getOntologies, getOntologyLocationDescription, getOutputStream, getRepositoryDescriptor, isForceReadOnly, isSystem, isWritable, processFile, putOntology, setForceReadOnly |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalFileRepository
public LocalFileRepository(File f)
LocalFileRepository
public LocalFileRepository(File f,
boolean forceReadOnly)
refresh
public void refresh()
- Description copied from interface:
Repository
- Causes the repository to contain the latest
information.
- Specified by:
refresh
in interface Repository
- Overrides:
refresh
in class AbstractLocalRepository
getRepositoryDescription
public String getRepositoryDescription()
- Description copied from interface:
Repository
- Gets a description of the type of the repository. For example,
"Local folder".