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 void
add(java.lang.String record)
static TestPropFile
create(org.apache.commons.cli.CommandLine cmd)
void
generate()
boolean
isEmpty()
boolean
shouldGenerate()
-
-
-
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
-
-