org.wildfly.extras.creaper.commands.logging
Class ChangePeriodicRotatingFileLogHandler.Builder

java.lang.Object
  extended by org.wildfly.extras.creaper.commands.logging.AbstractPeriodicRotatingFileLogHandlerCommand.Builder<ChangePeriodicRotatingFileLogHandler.Builder>
      extended by org.wildfly.extras.creaper.commands.logging.ChangePeriodicRotatingFileLogHandler.Builder
Enclosing class:
ChangePeriodicRotatingFileLogHandler

public static final class ChangePeriodicRotatingFileLogHandler.Builder
extends AbstractPeriodicRotatingFileLogHandlerCommand.Builder<ChangePeriodicRotatingFileLogHandler.Builder>


Field Summary
 
Fields inherited from class org.wildfly.extras.creaper.commands.logging.AbstractPeriodicRotatingFileLogHandlerCommand.Builder
append, autoflush, enabled, encoding, file, fileRelativeTo, filter, level, name, namedFormatter, patternFormatter, suffix
 
Constructor Summary
ChangePeriodicRotatingFileLogHandler.Builder(String name, String file, String suffix)
          file and suffix can be null if they don't need to be changed
 
Method Summary
 ChangePeriodicRotatingFileLogHandler build()
           
 
Methods inherited from class org.wildfly.extras.creaper.commands.logging.AbstractPeriodicRotatingFileLogHandlerCommand.Builder
append, autoFlush, enabled, encoding, encoding, fileRelativeTo, filter, level, namedFormatter, patternFormatter, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangePeriodicRotatingFileLogHandler.Builder

public ChangePeriodicRotatingFileLogHandler.Builder(String name,
                                                    String file,
                                                    String suffix)
file and suffix can be null if they don't need to be changed

Method Detail

build

public ChangePeriodicRotatingFileLogHandler build()
Specified by:
build in class AbstractPeriodicRotatingFileLogHandlerCommand.Builder<ChangePeriodicRotatingFileLogHandler.Builder>


Copyright © 2020. All rights reserved.