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