edu.stanford.smi.protegex.owl.repository.impl
Class LocalFileRepository

java.lang.Object
  extended byedu.stanford.smi.protegex.owl.repository.impl.AbstractLocalRepository
      extended byedu.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


Field Summary
 
Fields inherited from class edu.stanford.smi.protegex.owl.repository.impl.AbstractLocalRepository
 
Constructor Summary
LocalFileRepository(File f)
           
LocalFileRepository(File f, boolean forceReadOnly)
           
 
Method Summary
 String getRepositoryDescription()
          Gets a description of the type of the repository.
 void refresh()
          Causes the repository to contain the latest information.
 
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
 

Constructor Detail

LocalFileRepository

public LocalFileRepository(File f)

LocalFileRepository

public LocalFileRepository(File f,
                           boolean forceReadOnly)
Method Detail

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".