Class Rooted
Object
org.anchoranalysis.bean.AnchorBean<org.anchoranalysis.io.input.bean.path.DerivePath>
org.anchoranalysis.io.input.bean.path.DerivePath
org.anchoranalysis.plugin.io.bean.path.derive.Rooted
public class Rooted
extends org.anchoranalysis.io.input.bean.path.DerivePath
-
Constructor Summary
Constructors Constructor Description Rooted() -
Method Summary
Modifier and Type Method Description PathderiveFrom(Path source, boolean debugMode)org.anchoranalysis.io.input.bean.path.DerivePathgetItem()StringgetRootName()booleanisLogPath()if true, the pathIn and pathOut are logged.booleanisSuppressRootOut()if true, the root is not added to the outFilePath, and the path is instead localized against the location of the BeanXML.voidsetItem(org.anchoranalysis.io.input.bean.path.DerivePath item)voidsetLogPath(boolean logPath)if true, the pathIn and pathOut are logged.voidsetRootName(String rootName)voidsetSuppressRootOut(boolean suppressRootOut)if true, the root is not added to the outFilePath, and the path is instead localized against the location of the BeanXML.
-
Constructor Details
-
Rooted
public Rooted()
-
-
Method Details
-
deriveFrom
public Path deriveFrom(Path source, boolean debugMode) throws org.anchoranalysis.io.input.path.DerivePathException- Specified by:
deriveFromin classorg.anchoranalysis.io.input.bean.path.DerivePath- Throws:
org.anchoranalysis.io.input.path.DerivePathException
-
getItem
public org.anchoranalysis.io.input.bean.path.DerivePath getItem() -
setItem
public void setItem(org.anchoranalysis.io.input.bean.path.DerivePath item) -
getRootName
-
setRootName
-
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
-