Class ProjectValidatorFileDefinitionHelper
- java.lang.Object
-
- io.ultreia.java4all.validation.impl.io.ProjectValidatorFileDefinitionHelper
-
public class ProjectValidatorFileDefinitionHelper extends Object
Created on 27/01/2024.- Since:
- 2.0.0
- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Constructor Summary
Constructors Constructor Description ProjectValidatorFileDefinitionHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProjectValidatorFileDefinitionbuild(Path rootPath)ProjectValidatorFileDefinitionread(URL url)ProjectValidatorFileDefinitionread(Path path)ProjectValidatorFileDefinitionreadAll()PathtoLocation(Path target)Pathwrite(ProjectValidatorFileDefinition model, Path target)
-
-
-
Field Detail
-
LOCATION
public static final String LOCATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
build
public ProjectValidatorFileDefinition build(Path rootPath) throws IOException
- Throws:
IOException
-
readAll
public ProjectValidatorFileDefinition readAll() throws IOException
- Throws:
IOException
-
read
public ProjectValidatorFileDefinition read(URL url) throws IOException
- Throws:
IOException
-
read
public ProjectValidatorFileDefinition read(Path path) throws IOException
- Throws:
IOException
-
write
public Path write(ProjectValidatorFileDefinition model, Path target) throws IOException
- Throws:
IOException
-
-