com.raritantechnologies.xml.configuration
Class XMLSourceSourceMapFactory
java.lang.Object
com.raritantechnologies.xml.configuration.XMLSourceSourceMapFactory
- All Implemented Interfaces:
- ISourceMapFactory
- public class XMLSourceSourceMapFactory
- extends java.lang.Object
- implements ISourceMapFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLSourceSourceMapFactory
public XMLSourceSourceMapFactory()
createSourceMap
public ISourceMap createSourceMap(java.lang.String objectType)
- Description copied from interface:
ISourceMapFactory
- Creates a source map for the objectType given:
Objects are "What" the user wants to find: a document, a job, a social life etc.
- Specified by:
createSourceMap in interface ISourceMapFactory
createSourceMap
public ISourceMap createSourceMap(java.lang.String sourceMapName,
java.lang.String objectType)
- Specified by:
createSourceMap in interface ISourceMapFactory
getSourceMapTree
public ISourceMapTreeNode getSourceMapTree(java.lang.String name)
- Description copied from interface:
ISourceMapFactory
- Returns a source map tree: A hierarchically organized set of source map references.
- Specified by:
getSourceMapTree in interface ISourceMapFactory
getSourceMapTreeRenderer
public ISourceMapTreeRenderer getSourceMapTreeRenderer(java.lang.String name)
- Description copied from interface:
ISourceMapFactory
- Get a source map tree renderer...
- Specified by:
getSourceMapTreeRenderer in interface ISourceMapFactory
getSourceMapNames
public java.util.Iterator getSourceMapNames()
- Specified by:
getSourceMapNames in interface ISourceMapFactory
getSourceTypes
public java.util.Iterator getSourceTypes()
- Specified by:
getSourceTypes in interface ISourceMapFactory
getSourceTypes
public java.util.Iterator getSourceTypes(java.lang.String sourceMapName)
- Specified by:
getSourceTypes in interface ISourceMapFactory