Class RemoveWhitespace
Object
org.anchoranalysis.bean.AnchorBean<CopyFilesNaming<T>>
org.anchoranalysis.plugin.io.bean.file.copy.naming.CopyFilesNaming<org.anchoranalysis.experiment.task.NoSharedState>
org.anchoranalysis.plugin.io.bean.file.copy.naming.CopyFilesNamingWithoutSharedState
org.anchoranalysis.plugin.io.bean.file.copy.naming.CopyFilesNamingOne
org.anchoranalysis.plugin.io.bean.file.copy.naming.RemoveWhitespace
public class RemoveWhitespace extends CopyFilesNamingOne
Removes any whitespace characters from the path
- Author:
- Owen Feehan
-
Constructor Summary
Constructors Constructor Description RemoveWhitespace() -
Method Summary
Modifier and Type Method Description Optional<Path>destinationPathRelative(Path path)Methods inherited from class org.anchoranalysis.plugin.io.bean.file.copy.naming.CopyFilesNamingOne
beforeCopying, destinationPathRelative, getCopyFilesNaming, setCopyFilesNamingMethods inherited from class org.anchoranalysis.plugin.io.bean.file.copy.naming.CopyFilesNaming
destinationPath
-
Constructor Details
-
RemoveWhitespace
public RemoveWhitespace()
-
-
Method Details
-
destinationPathRelative
- Specified by:
destinationPathRelativein classCopyFilesNamingOne
-