org.cip4.jdflib.elementwalker
Class ResourceIDFinder

java.lang.Object
  extended by org.cip4.jdflib.elementwalker.ElementWalker
      extended by org.cip4.jdflib.elementwalker.BaseElementWalker
          extended by org.cip4.jdflib.elementwalker.ResourceIDFinder

public class ResourceIDFinder
extends BaseElementWalker

Author:
Dr. Rainer Prosi finds unlinked resources - example usage of the walker classes

Nested Class Summary
 class ResourceIDFinder.WalkContinue
          the resource walker note the naming convention Walkxxx so that it is automagically instantiated by the super classes
 class ResourceIDFinder.WalkRes
          the resource walker note the naming convention Walkxxx so that it is automagically instantiated by the super classes
 class ResourceIDFinder.WalkStop
          the resource walker note the naming convention Walkxxx so that it is automagically instantiated by the super classes
 
Field Summary
protected  HashMap<String,JDFResource> map
           
 
Fields inherited from class org.cip4.jdflib.elementwalker.BaseElementWalker
log
 
Fields inherited from class org.cip4.jdflib.elementwalker.ElementWalker
theFactory
 
Constructor Summary
ResourceIDFinder()
           
 
Method Summary
protected  BaseWalkerFactory getFactory()
           
 Map<String,JDFResource> getMap(JDFNode n)
           
 
Methods inherited from class org.cip4.jdflib.elementwalker.BaseElementWalker
constructWalkers
 
Methods inherited from class org.cip4.jdflib.elementwalker.ElementWalker
toString, walkTree, walkTreeKidsFirst
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

map

protected HashMap<String,JDFResource> map
Constructor Detail

ResourceIDFinder

public ResourceIDFinder()
Method Detail

getMap

public Map<String,JDFResource> getMap(JDFNode n)
Parameters:
n -
Returns:

getFactory

protected BaseWalkerFactory getFactory()
Overrides:
getFactory in class BaseElementWalker
Returns:
the factory for this worker


Copyright © 2013. All Rights Reserved.