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 class
AntLogger
Logger implementation that logs to Ant.Methods in org.codehaus.cargo.ant that return Logger Modifier and Type Method Description protected Logger
CargoTask. getLogger()
Methods in org.codehaus.cargo.ant with parameters of type Logger Modifier and Type Method Description Configuration
ConfigurationElement. 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 void
ZipURLInstaller. 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 void
ResourceUtils. 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 void
JBossWAR. informJBossWebContext(Logger logger)
When a WAR file has a context root set in itsWEB-INF/jboss-web.xml
file, 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 Logger
SimpleHttpFileServer. logger
Logger instance.Methods in org.codehaus.cargo.container.jboss.internal with parameters of type Logger Modifier and Type Method Description void
JdkHttpURLConnection. connect(String url, String username, String password, int timeout, Logger logger)
Connect to given URL as an HTTPGET
request.void
ISimpleHttpFileServer. setLogger(Logger logger)
void
SimpleHttpFileServer. 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 Logger
JettyExecutorThread. getLogger()
Methods in org.codehaus.cargo.container.jetty.internal with parameters of type Logger Modifier and Type Method Description void
JettyExecutorThread. 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 Logger
MEJBMBeanServerConnectionFactory. logger
The 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 void
AbstractInstalledLocalContainer. 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 void
AbstractLocalConfiguration. 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 void
AbstractDeployable. 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 void
DefaultJvmLauncher. setOutputLogger(Logger outputLogger, String category)
Sets the logger to which the output of the JVM is redirected.void
JvmLauncher. 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 void
AbstractDirectoryPackager. 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 Logger
AbstractContainerMonitor. getLogger()
Methods in org.codehaus.cargo.container.spi.startup with parameters of type Logger Modifier and Type Method Description void
AbstractContainerMonitor. 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 void
DefaultConfigurationFactory. 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 Logger
AbstractCargoMojo. 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 Container
Container. createContainer(Configuration configuration, Logger logger, CargoProject project)
Creates the container based on its configuration and attaches the logger.Container
Container. 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 class
MavenLogger
Logger 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 void
PingUtils. assertPing(String message, String expectedContent, URL pingURL, Map<String,String> requestProperties, boolean expectTrue, Logger errorLogger)
Ping a container and check the result.static void
PingUtils. assertPingFalse(String message, String expectedContent, URL pingURL, Logger errorLogger)
Ping a container and expect it to return an error.static void
PingUtils. assertPingFalse(String message, URL pingURL, Logger errorLogger)
Ping a container and expect it to return an error.static void
PingUtils. 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 void
PingUtils. assertPingTrue(String message, String expectedContent, URL pingURL, Logger errorLogger)
Ping a container and expect it to return a given content.static void
PingUtils. assertPingTrue(String message, URL pingURL, Logger errorLogger)
Ping a container and expect it to return any 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 void
DaemonClient. 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 String
DefaultFileHandler. 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 class
AbstractLogger
Base 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 class
FileLogger
File implementation which sends logged messages to a file.class
NullLogger
Null implementation which does nothing with log messages.class
SimpleLogger
Simple implementation which sends log messages to the console (stdout).Methods in org.codehaus.cargo.util.log that return Logger Modifier and Type Method Description Logger
Loggable. getLogger()
Logger
LoggedObject. getLogger()
Methods in org.codehaus.cargo.util.log with parameters of type Logger Modifier and Type Method Description void
Loggable. setLogger(Logger logger)
void
LoggedObject. setLogger(Logger logger)
-