net.ontopia.topicmaps.utils.ltm
Class LTMPathTopicMapSource

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

public class LTMPathTopicMapSource
extends AbstractPathTopicMapSource

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

Since:
1.1

Constructor Summary
LTMPathTopicMapSource()
           
LTMPathTopicMapSource(java.lang.String path, java.io.FileFilter filter)
          INTERNAL: Constructor that takes the file directory and a file filter.
LTMPathTopicMapSource(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

LTMPathTopicMapSource

public LTMPathTopicMapSource()

LTMPathTopicMapSource

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

LTMPathTopicMapSource

public LTMPathTopicMapSource(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:
1.3.4


Copyright © 2000-2009 Ontopia.