org.tm4j.vtl
Class TopicMapConfigImpl

java.lang.Object
  extended byorg.tm4j.vtl.TopicMapConfigImpl
All Implemented Interfaces:
TopicMapConfig

public class TopicMapConfigImpl
extends java.lang.Object
implements TopicMapConfig


Constructor Summary
TopicMapConfigImpl(java.lang.String name, java.lang.String src, java.lang.String uri, java.lang.String template, java.lang.String title)
           
 
Method Summary
 java.lang.String getBaseURI()
          Returns the URI address string for retrieving this topic map from the topic map provider.
 java.lang.String getName()
          Returns the identifier for this topic map configuration
 java.lang.String getSource()
          Returns the source file name for this topic map.
 java.lang.String getTitle()
          Returns the display title for this topic map.
 java.lang.String getTopicMapTemplate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopicMapConfigImpl

public TopicMapConfigImpl(java.lang.String name,
                          java.lang.String src,
                          java.lang.String uri,
                          java.lang.String template,
                          java.lang.String title)
Method Detail

getName

public java.lang.String getName()
Description copied from interface: TopicMapConfig
Returns the identifier for this topic map configuration

Specified by:
getName in interface TopicMapConfig

getSource

public java.lang.String getSource()
Description copied from interface: TopicMapConfig
Returns the source file name for this topic map. May be null if the topic map is to be retrieved from the topic map provider rather than parsed from a file.

Specified by:
getSource in interface TopicMapConfig

getBaseURI

public java.lang.String getBaseURI()
Description copied from interface: TopicMapConfig
Returns the URI address string for retrieving this topic map from the topic map provider. This may be null if the topic map is to be parsed from a file rather than retrieved from the topic map provider

Specified by:
getBaseURI in interface TopicMapConfig

getTitle

public java.lang.String getTitle()
Description copied from interface: TopicMapConfig
Returns the display title for this topic map. May be null if no title is specified in the configuration.

Specified by:
getTitle in interface TopicMapConfig

getTopicMapTemplate

public java.lang.String getTopicMapTemplate()