public class FileXMLHandlerFactory extends GenericService implements RefinementConfigurationXMLHandlerFactory
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
SERVICE_INFO_KEYDEFAULT_LOG_TRACE_STATUSDEFAULT_LOG_DEBUG_STATUS, DEFAULT_LOG_ERROR_STATUS, DEFAULT_LOG_INFO_STATUS, DEFAULT_LOG_WARNING_STATUS| Constructor and Description | 
|---|
FileXMLHandlerFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
RefinementConfigurationXMLHandler | 
createHandler(Context pContext)
Creates a refinement configuration XML handler that creates a series of
 files (0.xml, 1.xml, 2.xml, etc.) in the given directory. 
 | 
java.io.File | 
getDestinationDirectory()
Gets the destination directory for the XML files. 
 | 
void | 
setDestinationDirectory(java.io.File pDestinationDirectory)
Sets the destination directory for the XML files. 
 | 
addLogListener, createAdminServlet, doStartService, doStopService, getAbsoluteName, getAdminServlet, getAdminServletOutputStreamEncoding, getLoggingForVlogging, getLogListenerCount, getLogListeners, getName, getNameContext, getNucleus, getRoot, getServiceConfiguration, getServiceInfo, isAdminServletUseServletOutputStream, isLoggingDebug, isLoggingError, isLoggingInfo, isLoggingTrace, isLoggingWarning, isRunning, logDebug, logDebug, logDebug, logError, logError, logError, logInfo, logInfo, logInfo, logTrace, logTrace, logTrace, logWarning, logWarning, logWarning, nameContextElementBound, nameContextElementUnbound, removeLogListener, reResolveThis, resolveName, resolveName, resolveName, resolveName, sendLogEvent, setAdminServletOutputStreamEncoding, setAdminServletUseServletOutputStream, setLoggingDebug, setLoggingError, setLoggingInfo, setLoggingTrace, setLoggingWarning, setNucleus, setServiceInfo, startService, stopService, toStringvlogDebug, vlogDebug, vlogDebug, vlogDebug, vlogDebugTrace, vlogError, vlogError, vlogError, vlogError, vlogInfo, vlogInfo, vlogInfo, vlogInfo, vlogTrace, vlogTrace, vlogTrace, vlogTrace, vlogWarning, vlogWarning, vlogWarning, vlogWarningpublic void setDestinationDirectory(java.io.File pDestinationDirectory)
public java.io.File getDestinationDirectory()
public RefinementConfigurationXMLHandler createHandler(Context pContext)
createHandler in interface RefinementConfigurationXMLHandlerFactory