com.objectfab.tools.junitdoclet
Interface ConfigurableStrategy

All Known Subinterfaces:
NamingStrategy, TestingStrategy, WritingStrategy
All Known Implementing Classes:
DefaultConfigurableStrategy, DefaultNamingStrategy, DefaultTestingStrategy, DefaultWritingStrategy

public interface ConfigurableStrategy


Method Summary
 java.util.Properties getProperties()
           
 java.lang.String getPropertyFileName()
           
 void init()
           
 void printError(java.lang.String msg)
           
 void printNotice(java.lang.String msg)
           
 void printWarning(java.lang.String msg)
           
 void setDocErrorReporter(com.sun.javadoc.DocErrorReporter reporter)
           
 void setProperties(java.util.Properties properties)
           
 void setPropertyFileName(java.lang.String propertyFileName)
           
 

Method Detail

init

void init()

getPropertyFileName

java.lang.String getPropertyFileName()

setPropertyFileName

void setPropertyFileName(java.lang.String propertyFileName)

setProperties

void setProperties(java.util.Properties properties)

getProperties

java.util.Properties getProperties()

setDocErrorReporter

void setDocErrorReporter(com.sun.javadoc.DocErrorReporter reporter)

printNotice

void printNotice(java.lang.String msg)

printWarning

void printWarning(java.lang.String msg)

printError

void printError(java.lang.String msg)