net.sf.adatagenerator.febrl.modifiers
Class FebrlModifierUtilities
java.lang.Object
net.sf.adatagenerator.febrl.modifiers.FebrlModifierUtilities
public class FebrlModifierUtilities
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FEBRL_RULE_PACKAGE
public static final String FEBRL_RULE_PACKAGE
- The package containing default Febrl rule definitions
- See Also:
- Constant Field Values
getFullyQualifiedRuleName
public static String getFullyQualifiedRuleName(String baseName)
- Returns the fully qualified name of a default rule definition
getFebrlRuleReader
public static BufferedReader getFebrlRuleReader(String febrlResourceBaseName)
- A Febrl-specific utility that uses a default class loader to open
a buffered reader for a Febrl-specific resource.
- Parameters:
febrlResourceBaseName - a resource name in the
TEST_RULE_PACKAGE package.
- Returns:
- a buffered reader (possibly null)
Copyright © 2011-2012. All Rights Reserved.