net.ontopia.topicmaps.utils.ctm
Class CTMPathTopicMapSource

java.lang.Object
  extended by net.ontopia.topicmaps.entry.AbstractPathTopicMapSource
      extended by net.ontopia.topicmaps.utils.ctm.CTMPathTopicMapSource
All Implemented Interfaces:
java.io.FileFilter, TopicMapSourceIF

public class CTMPathTopicMapSource
extends AbstractPathTopicMapSource

INTERNAL: Source that locates CTM topic map files in a directory on the file system.

Since:
4.0.5

Constructor Summary
CTMPathTopicMapSource()
           
CTMPathTopicMapSource(java.lang.String path, java.io.FileFilter filter)
          INTERNAL: Constructor that takes the file directory and a file filter.
CTMPathTopicMapSource(java.lang.String path, java.lang.String suffix)
           
 
Method Summary
 
Methods inherited from class net.ontopia.topicmaps.entry.AbstractPathTopicMapSource
accept, createTopicMap, getBase, getBaseAddress, getDuplicateSuppression, getFileFilter, getHidden, getId, getPath, getReferences, getSuffix, getTitle, refresh, setBase, setBaseAddress, setDuplicateSuppression, setFileFilter, setHidden, setId, setPath, setSuffix, setTitle, supportsCreate, supportsDelete
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CTMPathTopicMapSource

public CTMPathTopicMapSource()

CTMPathTopicMapSource

public CTMPathTopicMapSource(java.lang.String path,
                             java.lang.String suffix)

CTMPathTopicMapSource

public CTMPathTopicMapSource(java.lang.String path,
                             java.io.FileFilter filter)
INTERNAL: Constructor that takes the file directory and a file filter.

Parameters:
path - the path to search for TopicMaps
filter - a java.io.FileFilter to filter the specified path
Since:
4.0.5


Copyright © 2000-2010 Ontopia.