Skip navigation links
A C D E G L M N S V 

A

asFirstVersion() - Method in enum dev.jacomet.gradle.plugins.logging.LoggingModuleIdentifiers
 
asVersionZero() - Method in enum dev.jacomet.gradle.plugins.logging.LoggingModuleIdentifiers
 

C

CAPABILITY_ID - Static variable in class dev.jacomet.gradle.plugins.logging.rules.CommonsLoggingImplementationRule
 
CAPABILITY_ID - Static variable in class dev.jacomet.gradle.plugins.logging.rules.Log4J2vsSlf4J
 
CAPABILITY_ID - Static variable in class dev.jacomet.gradle.plugins.logging.rules.Slf4JImplementation
 
CAPABILITY_ID - Static variable in class dev.jacomet.gradle.plugins.logging.rules.Slf4JVsJCL
 
CAPABILITY_ID - Static variable in class dev.jacomet.gradle.plugins.logging.rules.Slf4JvsJUL
 
CAPABILITY_ID - Static variable in class dev.jacomet.gradle.plugins.logging.rules.Slf4JvsLog4J
 
CAPABILITY_ID - Static variable in class dev.jacomet.gradle.plugins.logging.rules.Slf4JVsLog4J2ForJCL
 
CAPABILITY_ID - Static variable in class dev.jacomet.gradle.plugins.logging.rules.Slf4JvsLog4J2ForJUL
 
CAPABILITY_ID - Static variable in class dev.jacomet.gradle.plugins.logging.rules.Slf4JvsLog4J2ForLog4J
 
CAPABILITY_NAME - Static variable in class dev.jacomet.gradle.plugins.logging.rules.CommonsLoggingImplementationRule
 
CAPABILITY_NAME - Static variable in class dev.jacomet.gradle.plugins.logging.rules.Log4J2vsSlf4J
 
CAPABILITY_NAME - Static variable in class dev.jacomet.gradle.plugins.logging.rules.Slf4JImplementation
 
CAPABILITY_NAME - Static variable in class dev.jacomet.gradle.plugins.logging.rules.Slf4JVsJCL
 
CAPABILITY_NAME - Static variable in class dev.jacomet.gradle.plugins.logging.rules.Slf4JvsJUL
 
CAPABILITY_NAME - Static variable in class dev.jacomet.gradle.plugins.logging.rules.Slf4JvsLog4J
 
CAPABILITY_NAME - Static variable in class dev.jacomet.gradle.plugins.logging.rules.Slf4JVsLog4J2ForJCL
 
CAPABILITY_NAME - Static variable in class dev.jacomet.gradle.plugins.logging.rules.Slf4JvsLog4J2ForJUL
 
CAPABILITY_NAME - Static variable in class dev.jacomet.gradle.plugins.logging.rules.Slf4JvsLog4J2ForLog4J
 
CommonsLoggingImplementationRule - Class in dev.jacomet.gradle.plugins.logging.rules
Adds capability dev.jacomet.logging:commons-logging-impl:1.0 to all variants.
CommonsLoggingImplementationRule() - Constructor for class dev.jacomet.gradle.plugins.logging.rules.CommonsLoggingImplementationRule
 

D

dev.jacomet.gradle.plugins.logging - package dev.jacomet.gradle.plugins.logging
 
dev.jacomet.gradle.plugins.logging.extension - package dev.jacomet.gradle.plugins.logging.extension
 
dev.jacomet.gradle.plugins.logging.rules - package dev.jacomet.gradle.plugins.logging.rules
 

E

enforceLog4J2() - Method in class dev.jacomet.gradle.plugins.logging.extension.LoggingCapabilitiesExtension
Selects log4j-slf4j-impl as the Slf4J binding and makes sure all other supported logging frameworks end up in Log4J 2 as well.
enforceLog4J2(String) - Method in class dev.jacomet.gradle.plugins.logging.extension.LoggingCapabilitiesExtension
Selects log4j-slf4j-impl as the Slf4J binding and makes sure all other supported logging frameworks end up in Log4J 2 as well for the resolution of the given configuration.
enforceLogback() - Method in class dev.jacomet.gradle.plugins.logging.extension.LoggingCapabilitiesExtension
Selects logback as the Slf4J binding and makes sure all other supported logging frameworks end up in logback as well.
enforceLogback(String) - Method in class dev.jacomet.gradle.plugins.logging.extension.LoggingCapabilitiesExtension
Selects logback as the Slf4J binding and makes sure all other supported logging frameworks end up in logback as well for the resolution of the given configuration.
enforceSlf4JSimple() - Method in class dev.jacomet.gradle.plugins.logging.extension.LoggingCapabilitiesExtension
Selects slf4j-simple as the Slf4J binding and makes sure all other supported logging frameworks end up in it as well.
enforceSlf4JSimple(String) - Method in class dev.jacomet.gradle.plugins.logging.extension.LoggingCapabilitiesExtension
Selects slf4j-simple as the Slf4J binding and makes sure all other supported logging frameworks end up in it as well for the resolution of the given configuration.
execute(ComponentMetadataContext) - Method in class dev.jacomet.gradle.plugins.logging.rules.Log4J2Alignment
 
execute(ComponentMetadataContext) - Method in class dev.jacomet.gradle.plugins.logging.rules.Slf4JAlignment
 

G

group - Variable in enum dev.jacomet.gradle.plugins.logging.LoggingModuleIdentifiers
 

L

Log4J2Alignment - Class in dev.jacomet.gradle.plugins.logging.rules
 
Log4J2Alignment() - Constructor for class dev.jacomet.gradle.plugins.logging.rules.Log4J2Alignment
 
Log4J2vsSlf4J - Class in dev.jacomet.gradle.plugins.logging.rules
Adds capability dev.jacomet.logging:log4j2-vs-slf4j:<version> to all variants, using the version of the module targeted.
Log4J2vsSlf4J() - Constructor for class dev.jacomet.gradle.plugins.logging.rules.Log4J2vsSlf4J
 
LoggingCapabilitiesExtension - Class in dev.jacomet.gradle.plugins.logging.extension
Project extension that enables expressing preference over potential logging capabilities conflicts.
LoggingCapabilitiesExtension(ConfigurationContainer, DependencyHandler) - Constructor for class dev.jacomet.gradle.plugins.logging.extension.LoggingCapabilitiesExtension
 
LoggingModuleIdentifiers - Enum in dev.jacomet.gradle.plugins.logging
 

M

matches(Dependency) - Method in enum dev.jacomet.gradle.plugins.logging.LoggingModuleIdentifiers
 
moduleId - Variable in enum dev.jacomet.gradle.plugins.logging.LoggingModuleIdentifiers
 

N

name - Variable in enum dev.jacomet.gradle.plugins.logging.LoggingModuleIdentifiers
 

S

selectJCLImplementation(Object) - Method in class dev.jacomet.gradle.plugins.logging.extension.LoggingCapabilitiesExtension
Selects the provided module as the commons-logging implementation to use.
selectJCLImplementation(String, Object) - Method in class dev.jacomet.gradle.plugins.logging.extension.LoggingCapabilitiesExtension
Selects the provided module as the commons-logging implementation to use for the resolution of the given configuration.
selectJulDelegation(Object) - Method in class dev.jacomet.gradle.plugins.logging.extension.LoggingCapabilitiesExtension
Selects the provided module as the java util logging delegation to use.
selectJulDelegation(String, Object) - Method in class dev.jacomet.gradle.plugins.logging.extension.LoggingCapabilitiesExtension
Selects the provided module as the java util logging delegation to use for the resolution of the given configuration.
selectLog4J12Implementation(Object) - Method in class dev.jacomet.gradle.plugins.logging.extension.LoggingCapabilitiesExtension
Selects the provided module as the Log4J 1.2 implementation to use.
selectLog4J12Implementation(String, Object) - Method in class dev.jacomet.gradle.plugins.logging.extension.LoggingCapabilitiesExtension
Selects the provided module as the Log4J 1.2 implementation to use for the resolution of the given configuration.
selectSlf4JBinding(Object) - Method in class dev.jacomet.gradle.plugins.logging.extension.LoggingCapabilitiesExtension
Selects the provided module as the Slf4J binding to use.
selectSlf4JBinding(String, Object) - Method in class dev.jacomet.gradle.plugins.logging.extension.LoggingCapabilitiesExtension
Selects the provided module as the Slf4J binding to use for the resolution of the given configuration.
selectSlf4JLog4J2Interaction(Object) - Method in class dev.jacomet.gradle.plugins.logging.extension.LoggingCapabilitiesExtension
Selects the provided module as the Slf4J / Log4J 2 interaction to use.
selectSlf4JLog4J2Interaction(String, Object) - Method in class dev.jacomet.gradle.plugins.logging.extension.LoggingCapabilitiesExtension
Selects the provided module as the Slf4J / Log4J 2 interaction to use for the resolution of the given configuration.
Slf4JAlignment - Class in dev.jacomet.gradle.plugins.logging.rules
 
Slf4JAlignment() - Constructor for class dev.jacomet.gradle.plugins.logging.rules.Slf4JAlignment
 
Slf4JImplementation - Class in dev.jacomet.gradle.plugins.logging.rules
Adds capability dev.jacomet.logging:slf4j-impl:1.0 to all variants.
Slf4JImplementation() - Constructor for class dev.jacomet.gradle.plugins.logging.rules.Slf4JImplementation
 
Slf4JVsJCL - Class in dev.jacomet.gradle.plugins.logging.rules
Adds capability dev.jacomet.logging:slf4j-vs-jcl:<version> to all variants, using the version of the module targeted.
Slf4JVsJCL() - Constructor for class dev.jacomet.gradle.plugins.logging.rules.Slf4JVsJCL
 
Slf4JvsJUL - Class in dev.jacomet.gradle.plugins.logging.rules
Adds capability dev.jacomet.logging:slf4j-vs-jul:<version> to all variants, using the version of the module targeted.
Slf4JvsJUL() - Constructor for class dev.jacomet.gradle.plugins.logging.rules.Slf4JvsJUL
 
Slf4JvsLog4J - Class in dev.jacomet.gradle.plugins.logging.rules
Adds capability dev.jacomet.logging:slf4j-vs-log4j:<version> to all variants, using the version of the module targeted.
Slf4JvsLog4J() - Constructor for class dev.jacomet.gradle.plugins.logging.rules.Slf4JvsLog4J
 
Slf4JVsLog4J2ForJCL - Class in dev.jacomet.gradle.plugins.logging.rules
Adds capability dev.jacomet.logging:slf4j-vs-log4j2-jcl:1.0 to all variants.
Slf4JVsLog4J2ForJCL() - Constructor for class dev.jacomet.gradle.plugins.logging.rules.Slf4JVsLog4J2ForJCL
 
Slf4JvsLog4J2ForJUL - Class in dev.jacomet.gradle.plugins.logging.rules
Adds capability dev.jacomet.logging:slf4j-vs-log4j2-jul:1.0 to all variants.
Slf4JvsLog4J2ForJUL() - Constructor for class dev.jacomet.gradle.plugins.logging.rules.Slf4JvsLog4J2ForJUL
 
Slf4JvsLog4J2ForLog4J - Class in dev.jacomet.gradle.plugins.logging.rules
Adds capability dev.jacomet.logging:slf4j-vs-log4j2-log4j:1.0 to all variants.
Slf4JvsLog4J2ForLog4J() - Constructor for class dev.jacomet.gradle.plugins.logging.rules.Slf4JvsLog4J2ForLog4J
 

V

valueOf(String) - Static method in enum dev.jacomet.gradle.plugins.logging.LoggingModuleIdentifiers
Returns the enum constant of this type with the specified name.
values() - Static method in enum dev.jacomet.gradle.plugins.logging.LoggingModuleIdentifiers
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E G L M N S V 
Skip navigation links