Package org.keycloak.guides.maven
Class GuideParser
- java.lang.Object
-
- org.keycloak.guides.maven.GuideParser
-
public class GuideParser extends Object
-
-
Constructor Summary
Constructors Constructor Description GuideParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Guideparse(File file)Parses a FreeMarker template to retrieve Guide attributes
-
-
-
Method Detail
-
parse
public Guide parse(File file) throws IOException
Parses a FreeMarker template to retrieve Guide attributes- Parameters:
file-- Returns:
- A Guide instance; or
nullif not a guide - Throws:
IOException
-
-