Class Identity
Object
org.anchoranalysis.bean.AnchorBean<DerivePath>
org.anchoranalysis.io.input.bean.path.DerivePath
org.anchoranalysis.io.input.bean.path.Identity
public class Identity extends DerivePath
- Author:
- Owen Feehan
-
Constructor Summary
Constructors Constructor Description Identity() -
Method Summary
Modifier and Type Method Description PathderiveFrom(Path source, boolean debugMode)Derives a new path from an existing path.Methods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
Identity
public Identity()
-
-
Method Details
-
deriveFrom
Description copied from class:DerivePathDerives a new path from an existing path.- Specified by:
deriveFromin classDerivePath- Parameters:
source- the path to derive from.debugMode- true if debug-mode is activated- Returns:
- the derived path.
- Throws:
DerivePathException- if anything goes wrong
-