Class ProjectFile
- java.lang.Object
 - 
- io.freefair.gradle.codegenerator.api.ProjectFile
 
 
- 
public class ProjectFile extends Object
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFilename()StringgetNamespace()Stringread()Stringread(String encoding) 
 - 
 
- 
- 
Method Detail
- 
read
public String read() throws IOException
- Throws:
 IOException
 
- 
read
public String read(String encoding) throws IOException
- Throws:
 IOException
 
- 
getNamespace
public String getNamespace()
 
- 
getFilename
public String getFilename()
 
 - 
 
 -