Package io.jans.as.client.util
Class TestPropFile
- java.lang.Object
-
- io.jans.as.client.util.TestPropFile
-
public class TestPropFile extends java.lang.Object- Author:
- Yuriy Z
-
-
Constructor Summary
Constructors Constructor Description TestPropFile(java.lang.String propFile)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(java.lang.String record)static TestPropFilecreate(org.apache.commons.cli.CommandLine cmd)voidgenerate()booleanisEmpty()booleanshouldGenerate()
-
-
-
Method Detail
-
create
public static TestPropFile create(org.apache.commons.cli.CommandLine cmd)
-
isEmpty
public boolean isEmpty()
-
shouldGenerate
public boolean shouldGenerate()
-
add
public void add(java.lang.String record)
-
generate
public void generate() throws java.io.IOException- Throws:
java.io.IOException
-
-