SLF4J Migrator 1.7.2-redhat-1
A C D E F G I J L M N O P R S

A

abbreviate(String) - Method in class org.slf4j.migrator.helper.Abbreviator
 
Abbreviator - Class in org.slf4j.migrator.helper
 
Abbreviator(int, int, char) - Constructor for class org.slf4j.migrator.helper.Abbreviator
 
actionPerformed(ActionEvent) - Method in class org.slf4j.migrator.internal.MigratorFrame
 
addException(ConversionException) - Method in class org.slf4j.migrator.ProjectConverter
 
addReplacement(int, String) - Method in class org.slf4j.migrator.line.MultiGroupConversionRule
 
atLeastOneMatchOccured() - Method in class org.slf4j.migrator.line.LineConverter
 

C

Constant - Class in org.slf4j.migrator
 
Constant() - Constructor for class org.slf4j.migrator.Constant
 
ConversionException - Exception in org.slf4j.migrator
 
ConversionException(String) - Constructor for exception org.slf4j.migrator.ConversionException
 
ConversionException(String, String) - Constructor for exception org.slf4j.migrator.ConversionException
 
ConversionRule - Interface in org.slf4j.migrator.line
 
ConversionTask - Class in org.slf4j.migrator.internal
 
convertProject(File) - Method in class org.slf4j.migrator.ProjectConverter
 

D

disableInput() - Method in class org.slf4j.migrator.internal.MigratorFrame
 

E

EmptyRuleSet - Class in org.slf4j.migrator.line
 
EmptyRuleSet() - Constructor for class org.slf4j.migrator.line.EmptyRuleSet
 

F

FILE_COPY - Static variable in exception org.slf4j.migrator.ConversionException
 
FileSelector - Class in org.slf4j.migrator
 

G

getAdditionalLine() - Method in interface org.slf4j.migrator.line.ConversionRule
Returns a non-null value if there should be an additional line following a match of this rule.
getAdditionalLine() - Method in class org.slf4j.migrator.line.MultiGroupConversionRule
 
getAdditionalLine() - Method in class org.slf4j.migrator.line.SingleConversionRule
 
getDetail() - Method in exception org.slf4j.migrator.ConversionException
 
getMatcherImpl(int) - Static method in class org.slf4j.migrator.RuleSetFactory
Return matcher implementation depending on the conversion mode
getOneLineReplacement(String) - Method in class org.slf4j.migrator.line.LineConverter
 
getPattern() - Method in interface org.slf4j.migrator.line.ConversionRule
 
getPattern() - Method in class org.slf4j.migrator.line.MultiGroupConversionRule
 
getPattern() - Method in class org.slf4j.migrator.line.SingleConversionRule
 
getReplacement(String) - Method in class org.slf4j.migrator.line.LineConverter
Check if the specified text is matching some conversions rules.
getReplacement(int) - Method in class org.slf4j.migrator.line.MultiGroupConversionRule
 

I

InplaceFileConverter - Class in org.slf4j.migrator
 
INVALID_DIRECTORY - Static variable in exception org.slf4j.migrator.ConversionException
 
iterator() - Method in class org.slf4j.migrator.line.EmptyRuleSet
 
iterator() - Method in class org.slf4j.migrator.line.JCLRuleSet
 
iterator() - Method in class org.slf4j.migrator.line.JULRuleSet
 
iterator() - Method in class org.slf4j.migrator.line.Log4jRuleSet
 
iterator() - Method in interface org.slf4j.migrator.line.RuleSet
 

J

JCL_TO_SLF4J - Static variable in class org.slf4j.migrator.Constant
 
JCLRuleSet - Class in org.slf4j.migrator.line
This class represents JCL to SLF4J conversion rules
JCLRuleSet() - Constructor for class org.slf4j.migrator.line.JCLRuleSet
 
JUL_TO_SLF4J - Static variable in class org.slf4j.migrator.Constant
 
JULRuleSet - Class in org.slf4j.migrator.line
This class represents java.util.logging (JUL) to SLF4J conversion rules
JULRuleSet() - Constructor for class org.slf4j.migrator.line.JULRuleSet
 

L

launch() - Method in class org.slf4j.migrator.internal.ConversionTask
 
LineConverter - Class in org.slf4j.migrator.line
 
LineConverter(RuleSet) - Constructor for class org.slf4j.migrator.line.LineConverter
 
LOG4J_TO_SLF4J - Static variable in class org.slf4j.migrator.Constant
 
Log4jRuleSet - Class in org.slf4j.migrator.line
 
Log4jRuleSet() - Constructor for class org.slf4j.migrator.line.Log4jRuleSet
 

M

Main - Class in org.slf4j.migrator
Main entry point to the migrator.
Main() - Constructor for class org.slf4j.migrator.Main
 
main(String[]) - Static method in class org.slf4j.migrator.Main
 
main(String[]) - Static method in class org.slf4j.migrator.ProjectConverter
 
MigratorFrame - Class in org.slf4j.migrator.internal
This code was edited or generated using CloudGarden's Jigloo SWT/Swing GUI Builder, which is free for non-commercial use.
MigratorFrame() - Constructor for class org.slf4j.migrator.internal.MigratorFrame
 
MultiGroupConversionRule - Class in org.slf4j.migrator.line
This class represents a conversion rule It uses a Pattern and defines for each capturing group of this Pattern a replacement text
MultiGroupConversionRule(Pattern) - Constructor for class org.slf4j.migrator.line.MultiGroupConversionRule
 

N

NB_FILES_MAX - Static variable in class org.slf4j.migrator.Constant
 
NOP_TO_SLF4J - Static variable in class org.slf4j.migrator.Constant
 
NOT_IMPLEMENTED - Static variable in exception org.slf4j.migrator.ConversionException
 

O

onDirectory(File) - Method in interface org.slf4j.migrator.internal.ProgressListener
 
onDirectory(File) - Method in class org.slf4j.migrator.internal.ProgressListenerImpl
 
onDone() - Method in interface org.slf4j.migrator.internal.ProgressListener
 
onDone() - Method in class org.slf4j.migrator.internal.ProgressListenerImpl
 
onFileAddition(File) - Method in interface org.slf4j.migrator.internal.ProgressListener
 
onFileAddition(File) - Method in class org.slf4j.migrator.internal.ProgressListenerImpl
 
onFileScan(File) - Method in interface org.slf4j.migrator.internal.ProgressListener
 
onFileScan(File) - Method in class org.slf4j.migrator.internal.ProgressListenerImpl
 
onFileScanBegin() - Method in interface org.slf4j.migrator.internal.ProgressListener
 
onFileScanBegin() - Method in class org.slf4j.migrator.internal.ProgressListenerImpl
 
onInplaceConversion(File) - Method in interface org.slf4j.migrator.internal.ProgressListener
 
onInplaceConversion(File) - Method in class org.slf4j.migrator.internal.ProgressListenerImpl
 
onMigrationBegin() - Method in interface org.slf4j.migrator.internal.ProgressListener
 
onMigrationBegin() - Method in class org.slf4j.migrator.internal.ProgressListenerImpl
 
org.slf4j.migrator - package org.slf4j.migrator
 
org.slf4j.migrator.helper - package org.slf4j.migrator.helper
 
org.slf4j.migrator.internal - package org.slf4j.migrator.internal
 
org.slf4j.migrator.line - package org.slf4j.migrator.line
 

P

placeBelow(Component, Component) - Method in class org.slf4j.migrator.helper.SpringLayoutHelper
 
placeBelow(Component, Component, int, int) - Method in class org.slf4j.migrator.helper.SpringLayoutHelper
 
placeToTheRight(Component, Component, int, int) - Method in class org.slf4j.migrator.helper.SpringLayoutHelper
 
placeToTheRight(Component, Component) - Method in class org.slf4j.migrator.helper.SpringLayoutHelper
 
print() - Method in exception org.slf4j.migrator.ConversionException
 
printException() - Method in class org.slf4j.migrator.ProjectConverter
 
ProgressListener - Interface in org.slf4j.migrator.internal
 
ProgressListenerImpl - Class in org.slf4j.migrator.internal
 
ProgressListenerImpl(File, MigratorFrame) - Constructor for class org.slf4j.migrator.internal.ProgressListenerImpl
 
ProjectConverter - Class in org.slf4j.migrator
 
ProjectConverter(int, ProgressListener) - Constructor for class org.slf4j.migrator.ProjectConverter
Ask for concrete matcher implementation depending on the conversion mode Ask for user confirmation to convert the selected source directory if valid Ask for user confirmation in case of number of files to convert > 1000

R

replace(Matcher) - Method in interface org.slf4j.migrator.line.ConversionRule
Given replacement rules, replace each capturing group in matcher's pattern
replace(Matcher) - Method in class org.slf4j.migrator.line.MultiGroupConversionRule
 
replace(Matcher) - Method in class org.slf4j.migrator.line.SingleConversionRule
 
RuleSet - Interface in org.slf4j.migrator.line
 
RuleSetFactory - Class in org.slf4j.migrator
This class runs Pattern matching with java.util.regex using Patterns defined in concrete implementations
RuleSetFactory() - Constructor for class org.slf4j.migrator.RuleSetFactory
 
run() - Method in class org.slf4j.migrator.internal.ConversionTask
 

S

selectJavaFilesInFolder(File) - Method in class org.slf4j.migrator.FileSelector
 
setDetail(String) - Method in exception org.slf4j.migrator.ConversionException
 
SingleConversionRule - Class in org.slf4j.migrator.line
This class represents a conversion rule It uses a Pattern and defines for each capturing group of this Pattern a replacement text
SingleConversionRule(Pattern, String) - Constructor for class org.slf4j.migrator.line.SingleConversionRule
 
SingleConversionRule(Pattern, String, String) - Constructor for class org.slf4j.migrator.line.SingleConversionRule
 
SpringLayoutHelper - Class in org.slf4j.migrator.helper
 
SpringLayoutHelper(SpringLayout, int) - Constructor for class org.slf4j.migrator.helper.SpringLayoutHelper
 

A C D E F G I J L M N O P R S
SLF4J Migrator 1.7.2-redhat-1

Copyright © 2005-2013 JBoss by Red Hat. All Rights Reserved.