Package org.cip4.jdflib.elementwalker
Class URLMapper
java.lang.Object
org.cip4.jdflib.elementwalker.ElementWalker
org.cip4.jdflib.elementwalker.BaseElementWalker
org.cip4.jdflib.elementwalker.URLMapper
- All Implemented Interfaces:
IElementConverter
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassthe URL walkerclassthe resource walker note the naming convention Walkxxx so that it is automagically instantiated by the super classes -
Field Summary
Fields inherited from class org.cip4.jdflib.elementwalker.ElementWalker
theFactory -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.cip4.jdflib.elementwalker.BaseElementWalker
getFactoryMethods inherited from class org.cip4.jdflib.elementwalker.ElementWalker
walkTree, walkTreeKidsFirst
-
Constructor Details
-
URLMapper
- Parameters:
baseIn- the input (to be modified) base urlbaseOut- the output base url
-
-
Method Details
-
isWantLog
public boolean isWantLog()- Returns:
- the wantLog
-
setWantLog
public void setWantLog(boolean wantLog) - Parameters:
wantLog- the wantLog to set
-
convert
Description copied from interface:IElementConvertergeneric converter that converts an element- Specified by:
convertin interfaceIElementConverter- Parameters:
e- the element to convert- Returns:
- the converted element
- See Also:
-
toString
- Overrides:
toStringin classElementWalker- See Also:
-