org.tm4j.vtl
Interface TopicMapConfig

All Known Implementing Classes:
TopicMapConfigImpl

public interface TopicMapConfig


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.
 

Method Detail

getName

public java.lang.String getName()
Returns the identifier for this topic map configuration


getTitle

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


getSource

public java.lang.String getSource()
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.


getBaseURI

public java.lang.String getBaseURI()
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