Class NormalizedPath
Object
org.anchoranalysis.bean.AnchorBean<org.anchoranalysis.io.input.bean.namer.FileNamer>
org.anchoranalysis.io.input.bean.namer.FileNamer
org.anchoranalysis.io.input.bean.namer.FileNamerIndependent
org.anchoranalysis.plugin.io.bean.file.namer.NormalizedPath
public class NormalizedPath
extends org.anchoranalysis.io.input.bean.namer.FileNamerIndependent
Uses the normalized path (always with forward slashes) of each file as it's descriptive-name
- Author:
- Owen Feehan
-
Constructor Summary
Constructors Constructor Description NormalizedPath() -
Method Summary
Modifier and Type Method Description protected StringderiveName(File file, Optional<Path> inputDirectory, int index)Methods inherited from class org.anchoranalysis.io.input.bean.namer.FileNamer
deriveName, deriveNameUnique
-
Constructor Details
-
NormalizedPath
public NormalizedPath()
-
-
Method Details
-
deriveName
protected String deriveName(File file, Optional<Path> inputDirectory, int index) throws org.anchoranalysis.core.exception.CreateException- Specified by:
deriveNamein classorg.anchoranalysis.io.input.bean.namer.FileNamerIndependent- Throws:
org.anchoranalysis.core.exception.CreateException
-