Class Rooted
Object
AnchorBean<DerivePath>
DerivePath
Rooted
public class Rooted
extends DerivePath
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionderiveFrom(Path source, boolean debugMode) DerivePathgetItem()booleanif true, the pathIn and pathOut are logged.booleanif true, the root is not added to the outFilePath, and the path is instead localized against the location of the BeanXML.voidsetItem(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.Methods inherited from class org.anchoranalysis.io.input.bean.path.DerivePath
deriveFromMethods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
Rooted
public Rooted()
-
-
Method Details
-
deriveFrom
-
getItem
public DerivePath getItem() -
setItem
public void setItem(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
-