public class URLMapper extends BaseElementWalker implements IElementConverter
Modifier and Type | Class and Description |
---|---|
class |
URLMapper.WalkElement
the URL walker
|
class |
URLMapper.WalkURL
the resource walker note the naming convention Walkxxx so that it is automagically instantiated by the super classes
|
theFactory
Constructor and Description |
---|
URLMapper(String baseIn,
String baseOut) |
Modifier and Type | Method and Description |
---|---|
KElement |
convert(KElement e)
generic converter that converts an element
|
boolean |
isWantLog() |
void |
setWantLog(boolean wantLog) |
String |
toString() |
getFactory
walkTree, walkTreeKidsFirst
public boolean isWantLog()
public void setWantLog(boolean wantLog)
wantLog
- the wantLog to setpublic KElement convert(KElement e)
IElementConverter
convert
in interface IElementConverter
e
- the element to convertIElementConverter.convert(org.cip4.jdflib.core.KElement)
public String toString()
toString
in class ElementWalker
Object.toString()
Copyright © 2018. All rights reserved.