Class ProjectValidatorMappingHelper
- java.lang.Object
-
- io.ultreia.java4all.validation.impl.io.ProjectValidatorMappingHelper
-
public class ProjectValidatorMappingHelper extends Object
Created at 02/02/2024.- Since:
- 2.0.0
- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Constructor Summary
Constructors Constructor Description ProjectValidatorMappingHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProjectValidatorMappingread(URL url)ProjectValidatorMappingread(Path path)ProjectValidatorMappingreadAll()PathtoLocation(Path target)Pathwrite(ProjectValidatorMapping model, Path target)Pathwrite(Map<String,String> model, Path target)
-
-
-
Field Detail
-
LOCATION
public static final String LOCATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
readAll
public ProjectValidatorMapping readAll() throws IOException
- Throws:
IOException
-
read
public ProjectValidatorMapping read(URL url) throws IOException
- Throws:
IOException
-
read
public ProjectValidatorMapping read(Path path) throws IOException
- Throws:
IOException
-
write
public Path write(ProjectValidatorMapping model, Path target) throws IOException
- Throws:
IOException
-
write
public Path write(Map<String,String> model, Path target) throws IOException
- Throws:
IOException
-
-