Class NormalizedPath
Object
AnchorBean<FileNamer>
FileNamer
FileNamerIndependent
NormalizedPath
public class NormalizedPath
extends FileNamerIndependent
Uses the normalized path (always with forward slashes) of each file as it's descriptive-name
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringderiveName(File file, Optional<Path> inputDirectory, int index) Methods inherited from class org.anchoranalysis.io.input.bean.namer.FileNamerIndependent
deriveNameMethods inherited from class org.anchoranalysis.io.input.bean.namer.FileNamer
deriveName, deriveNameUniqueMethods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
NormalizedPath
public NormalizedPath()
-
-
Method Details
-
deriveName
-