RbUtils 0.13

org.ktc.rbutils.rb.check
Interface CheckerUtility

All Superinterfaces:
Utility
All Known Implementing Classes:
RbCheckerUtility

public interface CheckerUtility
extends Utility

Base interface for Checker utility.

Since:
RbUtils 0.9.3.3
Version:
$Revision: 1.1 $
Author:
moishi

Method Summary
 String getFileChecker()
          Parses the arguments of this utility in order to get the file checker to be used by this utility.
 
Methods inherited from interface org.ktc.rbutils.rb.Utility
getExtension, getFilesToBeProcessed, getLoggers, getRootDir, parse, parseParameters, usage, usage
 

Method Detail

getFileChecker

String getFileChecker()
                      throws RbUtilsException
Parses the arguments of this utility in order to get the file checker to be used by this utility.

The Utility.parseParameters() method MUST have been previously called.

Returns:
the file checker.
Throws:
RbUtilsException - if more than one -fc option is specified.

Back to the RbUtils Home Page

Copyright © 2005-2009 RbUtils Project. All Rights Reserved.