Uses of Interface
org.codehaus.cargo.util.log.Logger
-
-
Uses of Logger in org.codehaus.cargo.ant
Classes in org.codehaus.cargo.ant that implement Logger Modifier and Type Class Description classAntLoggerLogger implementation that logs to Ant.Methods in org.codehaus.cargo.ant that return Logger Modifier and Type Method Description protected LoggerCargoTask. getLogger()Methods in org.codehaus.cargo.ant with parameters of type Logger Modifier and Type Method Description ConfigurationConfigurationElement. createConfiguration(String containerId, ContainerType containerType, org.apache.tools.ant.Project antProject, Logger log) -
Uses of Logger in org.codehaus.cargo.container.installer
Methods in org.codehaus.cargo.container.installer with parameters of type Logger Modifier and Type Method Description voidZipURLInstaller. setLogger(Logger logger)Overriden in order to set the logger on ancillary components. -
Uses of Logger in org.codehaus.cargo.container.internal.util
Methods in org.codehaus.cargo.container.internal.util with parameters of type Logger Modifier and Type Method Description voidResourceUtils. setLogger(Logger logger)Overriden in order to set the logger on ancillary components. -
Uses of Logger in org.codehaus.cargo.container.jboss.deployable
Methods in org.codehaus.cargo.container.jboss.deployable with parameters of type Logger Modifier and Type Method Description voidJBossWAR. informJBossWebContext(Logger logger)When a WAR file has a context root set in itsWEB-INF/jboss-web.xmlfile, then this overrides any other context set in the Codehaus Cargo deployable. -
Uses of Logger in org.codehaus.cargo.container.jboss.internal
Fields in org.codehaus.cargo.container.jboss.internal declared as Logger Modifier and Type Field Description protected LoggerSimpleHttpFileServer. loggerLogger instance.Methods in org.codehaus.cargo.container.jboss.internal with parameters of type Logger Modifier and Type Method Description voidJdkHttpURLConnection. connect(String url, String username, String password, int timeout, Logger logger)Connect to given URL as an HTTPGETrequest.voidISimpleHttpFileServer. setLogger(Logger logger)voidSimpleHttpFileServer. setLogger(Logger logger) -
Uses of Logger in org.codehaus.cargo.container.jetty.internal
Methods in org.codehaus.cargo.container.jetty.internal that return Logger Modifier and Type Method Description LoggerJettyExecutorThread. getLogger()Methods in org.codehaus.cargo.container.jetty.internal with parameters of type Logger Modifier and Type Method Description voidJettyExecutorThread. setLogger(Logger logger) -
Uses of Logger in org.codehaus.cargo.container.jonas.internal
Fields in org.codehaus.cargo.container.jonas.internal declared as Logger Modifier and Type Field Description protected LoggerMEJBMBeanServerConnectionFactory. loggerThe logger. -
Uses of Logger in org.codehaus.cargo.container.spi
Methods in org.codehaus.cargo.container.spi with parameters of type Logger Modifier and Type Method Description voidAbstractInstalledLocalContainer. setLogger(Logger logger)Overriden in order to set the logger on ancillary components. -
Uses of Logger in org.codehaus.cargo.container.spi.configuration
Methods in org.codehaus.cargo.container.spi.configuration with parameters of type Logger Modifier and Type Method Description voidAbstractLocalConfiguration. setLogger(Logger logger)Overriden in order to set the logger on ancillary components. -
Uses of Logger in org.codehaus.cargo.container.spi.deployable
Methods in org.codehaus.cargo.container.spi.deployable with parameters of type Logger Modifier and Type Method Description voidAbstractDeployable. setLogger(Logger logger)Overriden in order to set the logger on ancillary components. -
Uses of Logger in org.codehaus.cargo.container.spi.jvm
Methods in org.codehaus.cargo.container.spi.jvm with parameters of type Logger Modifier and Type Method Description voidDefaultJvmLauncher. setOutputLogger(Logger outputLogger, String category)Sets the logger to which the output of the JVM is redirected.voidJvmLauncher. setOutputLogger(Logger outputLogger, String category)Sets the logger to which the output of the JVM is redirected.Constructors in org.codehaus.cargo.container.spi.jvm with parameters of type Logger Constructor Description DefaultJvmLauncherLoggerRedirector(InputStream inputStream, Logger outputLogger, String category)Creates a new redirector. -
Uses of Logger in org.codehaus.cargo.container.spi.packager
Methods in org.codehaus.cargo.container.spi.packager with parameters of type Logger Modifier and Type Method Description voidAbstractDirectoryPackager. setLogger(Logger logger)Overriden in order to set the logger on ancillary components. -
Uses of Logger in org.codehaus.cargo.container.spi.startup
Methods in org.codehaus.cargo.container.spi.startup that return Logger Modifier and Type Method Description LoggerAbstractContainerMonitor. getLogger()Methods in org.codehaus.cargo.container.spi.startup with parameters of type Logger Modifier and Type Method Description voidAbstractContainerMonitor. setLogger(Logger logger) -
Uses of Logger in org.codehaus.cargo.container.websphere.internal
Constructors in org.codehaus.cargo.container.websphere.internal with parameters of type Logger Constructor Description ProcessExecutor(Logger logger) -
Uses of Logger in org.codehaus.cargo.generic.configuration
Methods in org.codehaus.cargo.generic.configuration with parameters of type Logger Modifier and Type Method Description voidDefaultConfigurationFactory. setLogger(Logger logger)Overriden in order to set the logger on ancillary components. -
Uses of Logger in org.codehaus.cargo.maven3
Methods in org.codehaus.cargo.maven3 that return Logger Modifier and Type Method Description protected LoggerAbstractCargoMojo. createLogger()Create a logger. -
Uses of Logger in org.codehaus.cargo.maven3.configuration
Methods in org.codehaus.cargo.maven3.configuration with parameters of type Logger Modifier and Type Method Description ContainerContainer. createContainer(Configuration configuration, Logger logger, CargoProject project)Creates the container based on its configuration and attaches the logger.ContainerContainer. createContainer(Configuration configuration, Logger logger, CargoProject project, org.apache.maven.shared.transfer.artifact.resolve.ArtifactResolver artifactResolver, org.apache.maven.project.ProjectBuildingRequest projectBuildingRequest, org.apache.maven.settings.Settings settings)Creates the container based on its configuration and attaches the logger. -
Uses of Logger in org.codehaus.cargo.maven3.log
Classes in org.codehaus.cargo.maven3.log that implement Logger Modifier and Type Class Description classMavenLoggerLogger that sends messages to the Maven 3 logging subsystem. -
Uses of Logger in org.codehaus.cargo.sample.java
Methods in org.codehaus.cargo.sample.java with parameters of type Logger Modifier and Type Method Description static voidPingUtils. assertPing(String message, String expectedContent, URL pingURL, Map<String,String> requestProperties, boolean expectTrue, Logger errorLogger)Ping a container and check the result.static voidPingUtils. assertPingFalse(String message, URL pingURL, Map<String,String> requestProperties, Logger errorLogger)Ping a container and expect it to return an error.static voidPingUtils. assertPingFalse(String message, URL pingURL, Logger errorLogger)Ping a container and expect it to return an error.static voidPingUtils. assertPingTrue(String message, String expectedContent, URL pingURL, Map<String,String> requestProperties, Logger errorLogger)Ping a container and expect it to return a given content.static voidPingUtils. assertPingTrue(String message, String expectedContent, URL pingURL, Logger errorLogger)Ping a container and expect it to return a given content. -
Uses of Logger in org.codehaus.cargo.tools.daemon
Methods in org.codehaus.cargo.tools.daemon with parameters of type Logger Modifier and Type Method Description voidDaemonClient. setLogger(Logger logger)Overriden in order to set the logger on ancillary components. -
Uses of Logger in org.codehaus.cargo.util
Methods in org.codehaus.cargo.util with parameters of type Logger Modifier and Type Method Description static StringDefaultFileHandler. sanitizeFilename(String filename, Logger logger)Sanitize a given name to turn it into a safe file name, removing for example leading or trailing slashes, as well as intermediate parent path jumps. -
Uses of Logger in org.codehaus.cargo.util.internal.log
Classes in org.codehaus.cargo.util.internal.log that implement Logger Modifier and Type Class Description classAbstractLoggerBase clas for all Loggers. -
Uses of Logger in org.codehaus.cargo.util.log
Classes in org.codehaus.cargo.util.log that implement Logger Modifier and Type Class Description classFileLoggerFile implementation which sends logged messages to a file.classNullLoggerNull implementation which does nothing with log messages.classSimpleLoggerSimple implementation which sends log messages to the console (stdout).Methods in org.codehaus.cargo.util.log that return Logger Modifier and Type Method Description LoggerLoggable. getLogger()LoggerLoggedObject. getLogger()Methods in org.codehaus.cargo.util.log with parameters of type Logger Modifier and Type Method Description voidLoggable. setLogger(Logger logger)voidLoggedObject. setLogger(Logger logger)
-