Class Objects
Object
AnchorBean<ComparableSource>
ComparableSource
Objects
public class Objects
extends ComparableSource
An
ObjectCollection to be compared against something else.- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDerivePathWhere to find the objects to compare, as a function of the source file-path.Findable<ObjectCollection> loadAsObjects(Path filePathSource, Dimensions dimensions, boolean debugMode, OperationContext context) voidsetDerivePath(DerivePath derivePath) Where to find the objects to compare, as a function of the source file-path.Methods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
Objects
public Objects()
-
-
Method Details
-
loadAsObjects
public Findable<ObjectCollection> loadAsObjects(Path filePathSource, Dimensions dimensions, boolean debugMode, OperationContext context) throws InputReadFailedException - Specified by:
loadAsObjectsin classComparableSource- Throws:
InputReadFailedException
-
getDerivePath
public DerivePath getDerivePath()Where to find the objects to compare, as a function of the source file-path. -
setDerivePath
public void setDerivePath(DerivePath derivePath) Where to find the objects to compare, as a function of the source file-path.
-