java.lang.Object
org.tquadrat.foundation.util.stringconverter.FileStringConverter
All Implemented Interfaces:
Serializable, StringConverter<File>

@ClassVersion(sourceVersion="$Id: FileStringConverter.java 1060 2023-09-24 19:21:40Z tquadrat $") @API(status=STABLE, since="0.0.6") public final class FileStringConverter extends Object implements StringConverter<File>
An implementation of StringConverter for File values.

The file or folder that will be identified by the respective File object do not need to exist nor is it guaranteed that it can be accessed or create through the current user.

File names will not be normalised or canonicalized.

A file name of only blanks will be accepted as valid, while the empty String will cause an IllegalArgumentException.
Author:
Thomas Thrien (thomas.thrien@tquadrat.org)
Version:
$Id: FileStringConverter.java 1060 2023-09-24 19:21:40Z tquadrat $
Since:
0.0.6
See Also:
UML Diagram
UML Diagram for "org.tquadrat.foundation.util.stringconverter.FileStringConverter"

UML Diagram for "org.tquadrat.foundation.util.stringconverter.FileStringConverter"

UML Diagram for "org.tquadrat.foundation.util.stringconverter.FileStringConverter"