-
Constructor Summary
Constructors
-
Method Summary
Derives a new path from an existing path.
boolean
if true, the pathIn and pathOut are logged.
boolean
if true, the root is not added to the outFilePath, and the path is instead localized against
the location of the BeanXML. if false, nothing is changed
void
void
if true, the pathIn and pathOut are logged.
void
void
if true, the root is not added to the outFilePath, and the path is instead localized against
the location of the BeanXML. if false, nothing is changed
-
-
Method Details
-
deriveFrom
Derives a new path from an existing path.
- Specified by:
deriveFrom
in class DerivePath
- Parameters:
source
- the path to derive from.
debugMode
- true if debug-mode is activated
- Returns:
- the derived path.
- Throws:
DerivePathException
- if anything goes wrong
-
-
-
-
setRootName
public void setRootName(String rootName)
-
isSuppressRootOut
public boolean isSuppressRootOut()
if true, the root is not added to the outFilePath, and the path is instead localized against
the location of the BeanXML. if false, nothing is changed
-
setSuppressRootOut
public void setSuppressRootOut(boolean suppressRootOut)
if true, the root is not added to the outFilePath, and the path is instead localized against
the location of the BeanXML. if false, nothing is changed
-
isLogPath
public boolean isLogPath()
if true, the pathIn and pathOut are logged. Useful for debugging
-
setLogPath
public void setLogPath(boolean logPath)
if true, the pathIn and pathOut are logged. Useful for debugging