Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W 

A

append(String[]) - Method in class org.ops4j.pax.exam.karaf.container.internal.runner.CommandLineBuilder
Appends an array of strings to command line.
append(String) - Method in class org.ops4j.pax.exam.karaf.container.internal.runner.CommandLineBuilder
Appends a string to command line.
ArchiveExtractor - Class in org.ops4j.pax.exam.karaf.container.internal
Extract zip or tar.gz archives to a target folder

B

BaseScriptRunner - Class in org.ops4j.pax.exam.karaf.container.internal.runner
Abstract implementation of the script runner containging the entire self repeating code.
BaseScriptRunner(List<String>, String) - Constructor for class org.ops4j.pax.exam.karaf.container.internal.runner.BaseScriptRunner
 
BOOT - Static variable in class org.ops4j.pax.exam.karaf.options.configs.FeaturesCfg
 
BOOTDELEGATION - Static variable in class org.ops4j.pax.exam.karaf.options.configs.CustomProperties
 

C

call(TestAddress) - Method in class org.ops4j.pax.exam.karaf.container.internal.KarafTestContainer
 
CommandLineBuilder - Class in org.ops4j.pax.exam.karaf.container.internal.runner
 
CommandLineBuilder() - Constructor for class org.ops4j.pax.exam.karaf.container.internal.runner.CommandLineBuilder
Creates a new command line builder.
ConfigurationPointer - Class in org.ops4j.pax.exam.karaf.options
Bundled configuration for making it easily static accessible via classes.
ConfigurationPointer(String, String) - Constructor for class org.ops4j.pax.exam.karaf.options.ConfigurationPointer
 
configureConsole() - Static method in class org.ops4j.pax.exam.karaf.options.KarafDistributionOption
Returns an option object which can be used to configure the -Dkaraf.startLocalConsole and -Dkaraf.startRemoteShell options.
configureSecurity() - Static method in class org.ops4j.pax.exam.karaf.options.KarafDistributionOption
Returns an option object which can be used to configure the security, especially the MBeanServerBuilder.
Constants - Class in org.ops4j.pax.exam.karaf.container.internal
 
copyBootClasspathLibraries() - Method in class org.ops4j.pax.exam.karaf.container.internal.DependenciesDeployer
Copy jars specified as BootClasspathLibraryOption in system to the karaf lib path to make them available in the boot classpath
copyReferencedArtifactsToDeployFolder() - Method in class org.ops4j.pax.exam.karaf.container.internal.DependenciesDeployer
Copy dependencies specified as ProvisionOption in system to the deploy folder
create(File, String) - Static method in class org.ops4j.pax.exam.karaf.container.internal.KarafConfigurationFileFactory
 
create(ExamSystem) - Method in class org.ops4j.pax.exam.karaf.container.internal.KarafTestContainerFactory
createCommandLine(String[], File) - Method in class org.ops4j.pax.exam.karaf.container.internal.runner.BaseScriptRunner
 
createCommandLine(String[], File) - Method in class org.ops4j.pax.exam.karaf.container.internal.runner.NixRunner
 
createCommandLine(String[], File) - Method in class org.ops4j.pax.exam.karaf.container.internal.runner.WindowsRunner
 
createManipulator(String) - Static method in class org.ops4j.pax.exam.karaf.container.internal.adaptions.KarafManipulatorFactory
 
CustomProperties - Class in org.ops4j.pax.exam.karaf.options.configs
Pre configured property file pointers to the most commonly used properties in /etc/config.properties and /etc/custom.properties.
CustomProperties.CustomPropertiesPointer - Class in org.ops4j.pax.exam.karaf.options.configs
 
CustomPropertiesPointer(String) - Constructor for class org.ops4j.pax.exam.karaf.options.configs.CustomProperties.CustomPropertiesPointer
 
CustomPropertiesPointer(String) - Constructor for class org.ops4j.pax.exam.karaf.options.configs.FeaturesCfg.CustomPropertiesPointer
 
CustomPropertiesPointer(String) - Constructor for class org.ops4j.pax.exam.karaf.options.configs.JreProperties.CustomPropertiesPointer
 
CustomPropertiesPointer(String) - Constructor for class org.ops4j.pax.exam.karaf.options.configs.LoggingCfg.CustomPropertiesPointer
 
CustomPropertiesPointer(String) - Constructor for class org.ops4j.pax.exam.karaf.options.configs.ManagementCfg.CustomPropertiesPointer
 
CustomPropertiesPointer(String) - Constructor for class org.ops4j.pax.exam.karaf.options.configs.SystemProperties.CustomPropertiesPointer
 
CustomPropertiesPointer(String) - Constructor for class org.ops4j.pax.exam.karaf.options.configs.UsersProperties.CustomPropertiesPointer
 
CustomPropertiesPointer(String) - Constructor for class org.ops4j.pax.exam.karaf.options.configs.WebCfg.CustomPropertiesPointer
 

D

debugConfiguration() - Static method in class org.ops4j.pax.exam.karaf.options.KarafDistributionOption
Activates debugging on the embedded Karaf container using the standard 5005 port and holds the vm till you've attached the debugger.
debugConfiguration(String, boolean) - Static method in class org.ops4j.pax.exam.karaf.options.KarafDistributionOption
Returns an easy option to activate and configure remote debugging for the Karaf container.
DEFAULT_START_LEVEL - Static variable in class org.ops4j.pax.exam.karaf.container.internal.Constants
 
DependenciesDeployer - Class in org.ops4j.pax.exam.karaf.container.internal
Deploys exam and the user specified dependencies and creates the KarafFeatureOption for the exam feature.
DependenciesDeployer(ExamSystem, File, File) - Constructor for class org.ops4j.pax.exam.karaf.container.internal.DependenciesDeployer
 
disableKarafMBeanServerBuilder() - Method in class org.ops4j.pax.exam.karaf.options.KarafDistributionConfigurationSecurityOption
Does not set KarafMBeanServerBuilder.
doNotModifyLogConfiguration() - Static method in class org.ops4j.pax.exam.karaf.options.KarafDistributionOption
The karaf pax-logging configuration is typically not a file manipulated very often.
DoNotModifyLogOption - Class in org.ops4j.pax.exam.karaf.options
The karaf pax-logging configuration is typically not a file manipulated very often.
DoNotModifyLogOption() - Constructor for class org.ops4j.pax.exam.karaf.options.DoNotModifyLogOption
 

E

editConfigurationFileExtend(String, String, Object) - Static method in class org.ops4j.pax.exam.karaf.options.KarafDistributionOption
This option allows to extend configurations in each configuration file based on the karaf.home location.
editConfigurationFileExtend(ConfigurationPointer, Object) - Static method in class org.ops4j.pax.exam.karaf.options.KarafDistributionOption
This option allows to extend configurations in each configuration file based on the karaf.home location.
editConfigurationFileExtend(String, File, String...) - Static method in class org.ops4j.pax.exam.karaf.options.KarafDistributionOption
This option allows to configure each configuration file based on the karaf.home location.
editConfigurationFilePut(String, String, Object) - Static method in class org.ops4j.pax.exam.karaf.options.KarafDistributionOption
This option allows to configure each configuration file based on the karaf.home location.
editConfigurationFilePut(ConfigurationPointer, Object) - Static method in class org.ops4j.pax.exam.karaf.options.KarafDistributionOption
This option allows to configure each configuration file based on the karaf.home location.
editConfigurationFilePut(String, File, String...) - Static method in class org.ops4j.pax.exam.karaf.options.KarafDistributionOption
This option allows to configure each configuration file based on the karaf.home location.
enableKarafMBeanServerBuilder() - Method in class org.ops4j.pax.exam.karaf.options.KarafDistributionConfigurationSecurityOption
Sets -Djavax.management.builder.initial=org.apache.karaf.management.boot.KarafMBeanServerBuilder
ExamBundlesStartLevel - Class in org.ops4j.pax.exam.karaf.options
This option allows to configure the start level of the bundles in the exam features descriptor.
ExamBundlesStartLevel(int) - Constructor for class org.ops4j.pax.exam.karaf.options.ExamBundlesStartLevel
Sets the start level of the bundles in the generated exam features descriptor.
exec - Variable in class org.ops4j.pax.exam.karaf.container.internal.runner.BaseScriptRunner
 
exec(String[], File, String, String[], String[], String[], String, String, String, String[], String[], String[], String, String, boolean) - Method in class org.ops4j.pax.exam.karaf.container.internal.runner.BaseScriptRunner
 
exec(CommandLineBuilder, File, String[]) - Method in class org.ops4j.pax.exam.karaf.container.internal.runner.InternalRunner
 
exec(String[], File, String, String[], String[], String[], String, String, String, String[], String[], String[], String, String, boolean) - Method in class org.ops4j.pax.exam.karaf.container.internal.runner.KarafEmbeddedRunner
 
exec(String[], File, String, String[], String[], String[], String, String, String, String[], String[], String[], String, String, boolean) - Method in class org.ops4j.pax.exam.karaf.container.internal.runner.KarafJavaRunner
 
exec(String[], File, String, String[], String[], String[], String, String, String, String[], String[], String[], String, String, boolean) - Method in interface org.ops4j.pax.exam.karaf.container.internal.runner.Runner
Starts the environment in the specific environment.
executable(String) - Method in class org.ops4j.pax.exam.karaf.options.KarafDistributionKitConfigurationOption
 
exists() - Method in class org.ops4j.pax.exam.karaf.container.internal.KarafConfigurationFile
 
extend(String, Object) - Method in class org.ops4j.pax.exam.karaf.container.internal.KarafCfgFile
 
extend(String, Object) - Method in class org.ops4j.pax.exam.karaf.container.internal.KarafConfigFile
 
extend(String, Object) - Method in class org.ops4j.pax.exam.karaf.container.internal.KarafConfigurationFile
 
extract(URL, File) - Static method in class org.ops4j.pax.exam.karaf.container.internal.ArchiveExtractor
Extract zip or tar.gz archives to a target folder

F

features(String, String...) - Static method in class org.ops4j.pax.exam.karaf.options.KarafDistributionOption
features(UrlReference, String...) - Static method in class org.ops4j.pax.exam.karaf.options.KarafDistributionOption
FEATURES_CFG_LOCATION - Static variable in class org.ops4j.pax.exam.karaf.container.internal.Constants
 
FeaturesCfg - Class in org.ops4j.pax.exam.karaf.options.configs
Pre configured property file pointers to the most commonly used properties in /etc/config.properties and /etc/org.apache.karaf.features.cfg.
FeaturesCfg.CustomPropertiesPointer - Class in org.ops4j.pax.exam.karaf.options.configs
 
file - Variable in class org.ops4j.pax.exam.karaf.container.internal.KarafConfigurationFile
 
FILE_PATH - Static variable in class org.ops4j.pax.exam.karaf.options.configs.CustomProperties
 
FILE_PATH - Static variable in class org.ops4j.pax.exam.karaf.options.configs.FeaturesCfg
 
FILE_PATH - Static variable in class org.ops4j.pax.exam.karaf.options.configs.JreProperties
 
FILE_PATH - Static variable in class org.ops4j.pax.exam.karaf.options.configs.LoggingCfg
 
FILE_PATH - Static variable in class org.ops4j.pax.exam.karaf.options.configs.ManagementCfg
 
FILE_PATH - Static variable in class org.ops4j.pax.exam.karaf.options.configs.SystemProperties
 
FILE_PATH - Static variable in class org.ops4j.pax.exam.karaf.options.configs.UsersProperties
 
FILE_PATH - Static variable in class org.ops4j.pax.exam.karaf.options.configs.WebCfg
 
filesToMakeExecutable(String...) - Method in class org.ops4j.pax.exam.karaf.options.KarafDistributionKitConfigurationOption
 
frameworkURL - Variable in class org.ops4j.pax.exam.karaf.options.KarafDistributionBaseConfigurationOption
 
frameworkUrl(String) - Method in class org.ops4j.pax.exam.karaf.options.KarafDistributionBaseConfigurationOption
Sets the URL of the framework as a String (for example a file).
frameworkUrl(MavenUrlReference) - Method in class org.ops4j.pax.exam.karaf.options.KarafDistributionBaseConfigurationOption
Sets the URL of the frameworks as a maven reference.
frameworkURLReference - Variable in class org.ops4j.pax.exam.karaf.options.KarafDistributionBaseConfigurationOption
 

G

get(String) - Method in class org.ops4j.pax.exam.karaf.container.internal.KarafCfgFile
 
get(String) - Method in class org.ops4j.pax.exam.karaf.container.internal.KarafConfigFile
 
get(String) - Method in class org.ops4j.pax.exam.karaf.container.internal.KarafConfigurationFile
 
getConfigurationFilePath() - Method in class org.ops4j.pax.exam.karaf.options.ConfigurationPointer
 
getConfigurationFilePath() - Method in class org.ops4j.pax.exam.karaf.options.KarafDistributionConfigurationFileOption
 
getDependenciesFeature() - Method in class org.ops4j.pax.exam.karaf.container.internal.DependenciesDeployer
Create a feature for the test dependencies specified as ProvisionOption in the system
getEnableKarafMBeanServerBuilder() - Method in class org.ops4j.pax.exam.karaf.options.KarafDistributionConfigurationSecurityOption
 
getExec() - Method in class org.ops4j.pax.exam.karaf.options.KarafDistributionKitConfigurationOption
 
getFeatures() - Method in class org.ops4j.pax.exam.karaf.options.KarafFeaturesOption
 
getFrameworkURL() - Method in class org.ops4j.pax.exam.karaf.options.KarafDistributionBaseConfigurationOption
 
getInvoker() - Method in class org.ops4j.pax.exam.karaf.options.KarafExamSystemConfigurationOption
 
getKarafData() - Method in class org.ops4j.pax.exam.karaf.options.KarafDistributionBaseConfigurationOption
 
getKarafEtc() - Method in class org.ops4j.pax.exam.karaf.options.KarafDistributionBaseConfigurationOption
 
getKarafMain() - Method in class org.ops4j.pax.exam.karaf.options.KarafDistributionBaseConfigurationOption
 
getKarafVersion() - Method in class org.ops4j.pax.exam.karaf.container.internal.InternalKarafDistributionConfigurationOption
 
getKarafVersion() - Method in class org.ops4j.pax.exam.karaf.options.KarafDistributionBaseConfigurationOption
 
getKey() - Method in class org.ops4j.pax.exam.karaf.options.ConfigurationPointer
 
getKey() - Method in class org.ops4j.pax.exam.karaf.options.KarafDistributionConfigurationFileOption
 
getLogLevel() - Method in class org.ops4j.pax.exam.karaf.options.LogLevelOption
 
getMajorVersion() - Static method in class org.ops4j.pax.exam.karaf.container.internal.JavaVersionUtil
 
getMakeExec() - Method in class org.ops4j.pax.exam.karaf.options.KarafDistributionKitConfigurationOption
 
getName() - Method in class org.ops4j.pax.exam.karaf.container.internal.InternalKarafDistributionConfigurationOption
 
getName() - Method in class org.ops4j.pax.exam.karaf.options.KarafDistributionBaseConfigurationOption
 
getPlatform() - Method in class org.ops4j.pax.exam.karaf.options.KarafDistributionKitConfigurationOption
 
getSource() - Method in class org.ops4j.pax.exam.karaf.options.KarafDistributionConfigurationFileReplacementOption
 
getStartLevel() - Method in class org.ops4j.pax.exam.karaf.options.ExamBundlesStartLevel
 
getStartLocalConsole() - Method in class org.ops4j.pax.exam.karaf.options.KarafDistributionConfigurationConsoleOption
 
getStartRemoteShell() - Method in class org.ops4j.pax.exam.karaf.options.KarafDistributionConfigurationConsoleOption
 
getUnpackDirectory() - Method in class org.ops4j.pax.exam.karaf.options.KarafDistributionBaseConfigurationOption
 
getURL() - Method in class org.ops4j.pax.exam.karaf.options.KarafFeaturesOption
 
getValue() - Method in class org.ops4j.pax.exam.karaf.options.KarafDistributionConfigurationFileOption
 

H

HTTP_PORT - Static variable in class org.ops4j.pax.exam.karaf.options.configs.WebCfg
 

I

ignoreLocalConsole() - Method in class org.ops4j.pax.exam.karaf.options.KarafDistributionConfigurationConsoleOption
Sets the -Dkaraf.startLocalConsole to false
ignoreRemoteShell() - Method in class org.ops4j.pax.exam.karaf.options.KarafDistributionConfigurationConsoleOption
Sets the -Dkaraf.startRemoteShell to false
install(InputStream) - Method in class org.ops4j.pax.exam.karaf.container.internal.KarafTestContainer
 
install(String, InputStream) - Method in class org.ops4j.pax.exam.karaf.container.internal.KarafTestContainer
 
installProbe(InputStream) - Method in class org.ops4j.pax.exam.karaf.container.internal.KarafTestContainer
 
InternalKarafDistributionConfigurationOption - Class in org.ops4j.pax.exam.karaf.container.internal
Extends the KarafDistributionConfigurationOption to add functionality to store those values also in a distribution.info file in the distirbution.
InternalKarafDistributionConfigurationOption(KarafDistributionBaseConfigurationOption, File) - Constructor for class org.ops4j.pax.exam.karaf.container.internal.InternalKarafDistributionConfigurationOption
 
InternalRunner - Class in org.ops4j.pax.exam.karaf.container.internal.runner
 
InternalRunner() - Constructor for class org.ops4j.pax.exam.karaf.container.internal.runner.InternalRunner
 
isJava9Compatible() - Static method in class org.ops4j.pax.exam.karaf.container.internal.KarafTestContainer
 
isRunEmbedded() - Method in class org.ops4j.pax.exam.karaf.options.KarafDistributionBaseConfigurationOption
 
isUseDeployFolder() - Method in class org.ops4j.pax.exam.karaf.options.KarafDistributionBaseConfigurationOption
 

J

JavaVersionUtil - Class in org.ops4j.pax.exam.karaf.container.internal
 
JavaVersionUtil() - Constructor for class org.ops4j.pax.exam.karaf.container.internal.JavaVersionUtil
 
join(String...) - Static method in class org.ops4j.pax.exam.karaf.container.internal.JoinUtil
 
join(Object[]) - Static method in class org.ops4j.pax.exam.karaf.container.internal.JoinUtil
 
JoinUtil - Class in org.ops4j.pax.exam.karaf.container.internal
Join strings with commas
JRE15 - Static variable in class org.ops4j.pax.exam.karaf.options.configs.JreProperties
 
JRE16 - Static variable in class org.ops4j.pax.exam.karaf.options.configs.JreProperties
 
JRE17 - Static variable in class org.ops4j.pax.exam.karaf.options.configs.JreProperties
 
JreProperties - Class in org.ops4j.pax.exam.karaf.options.configs
Pre configured property file pointers to the most commonly used properties in /etc/config.properties and /etc/jre.properties.
JreProperties.CustomPropertiesPointer - Class in org.ops4j.pax.exam.karaf.options.configs
 

K

KARAF_FRAMEWORK - Static variable in class org.ops4j.pax.exam.karaf.options.configs.CustomProperties
Possible values here are felix or equinox
KARAF_NAME - Static variable in class org.ops4j.pax.exam.karaf.options.configs.SystemProperties
 
KARAF_USER - Static variable in class org.ops4j.pax.exam.karaf.options.configs.UsersProperties
 
KarafCfgFile - Class in org.ops4j.pax.exam.karaf.container.internal
 
KarafCfgFile(File, String) - Constructor for class org.ops4j.pax.exam.karaf.container.internal.KarafCfgFile
 
KarafConfigFile - Class in org.ops4j.pax.exam.karaf.container.internal
 
KarafConfigFile(File, String) - Constructor for class org.ops4j.pax.exam.karaf.container.internal.KarafConfigFile
 
KarafConfigurationFile - Class in org.ops4j.pax.exam.karaf.container.internal
 
KarafConfigurationFile(File, String) - Constructor for class org.ops4j.pax.exam.karaf.container.internal.KarafConfigurationFile
 
KarafConfigurationFileFactory - Class in org.ops4j.pax.exam.karaf.container.internal
 
karafData - Variable in class org.ops4j.pax.exam.karaf.options.KarafDistributionBaseConfigurationOption
 
karafData(String) - Method in class org.ops4j.pax.exam.karaf.options.KarafDistributionBaseConfigurationOption
Sets the location of karaf.data relative to the installation.
KarafDistributionBaseConfigurationOption - Class in org.ops4j.pax.exam.karaf.options
 
KarafDistributionBaseConfigurationOption() - Constructor for class org.ops4j.pax.exam.karaf.options.KarafDistributionBaseConfigurationOption
 
KarafDistributionBaseConfigurationOption(String, String, String) - Constructor for class org.ops4j.pax.exam.karaf.options.KarafDistributionBaseConfigurationOption
 
KarafDistributionBaseConfigurationOption(MavenUrlReference, String, String) - Constructor for class org.ops4j.pax.exam.karaf.options.KarafDistributionBaseConfigurationOption
 
KarafDistributionBaseConfigurationOption(MavenUrlReference) - Constructor for class org.ops4j.pax.exam.karaf.options.KarafDistributionBaseConfigurationOption
 
KarafDistributionBaseConfigurationOption(KarafDistributionBaseConfigurationOption) - Constructor for class org.ops4j.pax.exam.karaf.options.KarafDistributionBaseConfigurationOption
Simply clones the inserted KarafDistributionConfigurationOption
karafDistributionConfiguration(String, String, String) - Static method in class org.ops4j.pax.exam.karaf.options.KarafDistributionOption
Configures which distribution options to use.
karafDistributionConfiguration() - Static method in class org.ops4j.pax.exam.karaf.options.KarafDistributionOption
Configures which distribution options to use.
KarafDistributionConfigurationConsoleOption - Class in org.ops4j.pax.exam.karaf.options
Option to configure the Karaf -Dkaraf.startLocalConsole and -Dkaraf.startRemoteShell options.
KarafDistributionConfigurationConsoleOption(Boolean, Boolean) - Constructor for class org.ops4j.pax.exam.karaf.options.KarafDistributionConfigurationConsoleOption
 
KarafDistributionConfigurationFileExtendOption - Class in org.ops4j.pax.exam.karaf.options
This option allows to extend configurations in each configuration file based on the karaf.home location.
KarafDistributionConfigurationFileExtendOption(String, String, Object) - Constructor for class org.ops4j.pax.exam.karaf.options.KarafDistributionConfigurationFileExtendOption
 
KarafDistributionConfigurationFileExtendOption(ConfigurationPointer, Object) - Constructor for class org.ops4j.pax.exam.karaf.options.KarafDistributionConfigurationFileExtendOption
 
KarafDistributionConfigurationFileOption - Class in org.ops4j.pax.exam.karaf.options
Abstract configuration file option.
KarafDistributionConfigurationFileOption(ConfigurationPointer, Object) - Constructor for class org.ops4j.pax.exam.karaf.options.KarafDistributionConfigurationFileOption
 
KarafDistributionConfigurationFileOption(String, String, Object) - Constructor for class org.ops4j.pax.exam.karaf.options.KarafDistributionConfigurationFileOption
 
KarafDistributionConfigurationFileOption(String) - Constructor for class org.ops4j.pax.exam.karaf.options.KarafDistributionConfigurationFileOption
 
KarafDistributionConfigurationFilePutOption - Class in org.ops4j.pax.exam.karaf.options
This option allows to configure each configuration fille based on the karaf.home location.
KarafDistributionConfigurationFilePutOption(String, String, Object) - Constructor for class org.ops4j.pax.exam.karaf.options.KarafDistributionConfigurationFilePutOption
 
KarafDistributionConfigurationFilePutOption(ConfigurationPointer, Object) - Constructor for class org.ops4j.pax.exam.karaf.options.KarafDistributionConfigurationFilePutOption
 
KarafDistributionConfigurationFileReplacementOption - Class in org.ops4j.pax.exam.karaf.options
If you do not want to replace (or extend) values in a file but rather simply want to replace a configuration file "brute force" this option is the one of your choice.
KarafDistributionConfigurationFileReplacementOption(String, File) - Constructor for class org.ops4j.pax.exam.karaf.options.KarafDistributionConfigurationFileReplacementOption
 
KarafDistributionConfigurationOption - Class in org.ops4j.pax.exam.karaf.options
Option describing the karaf distribution to use.
KarafDistributionConfigurationOption() - Constructor for class org.ops4j.pax.exam.karaf.options.KarafDistributionConfigurationOption
 
KarafDistributionConfigurationOption(KarafDistributionBaseConfigurationOption) - Constructor for class org.ops4j.pax.exam.karaf.options.KarafDistributionConfigurationOption
 
KarafDistributionConfigurationOption(MavenUrlReference, String, String) - Constructor for class org.ops4j.pax.exam.karaf.options.KarafDistributionConfigurationOption
 
KarafDistributionConfigurationOption(String, String, String) - Constructor for class org.ops4j.pax.exam.karaf.options.KarafDistributionConfigurationOption
 
KarafDistributionConfigurationSecurityOption - Class in org.ops4j.pax.exam.karaf.options
Option to enable the JMX RBAC security with the KarafMBeanServerBuilder (-Djavax.management.builder.initial=org.apache.karaf.management.boot.KarafMBeanServerBuilder).
KarafDistributionConfigurationSecurityOption(Boolean) - Constructor for class org.ops4j.pax.exam.karaf.options.KarafDistributionConfigurationSecurityOption
 
KarafDistributionKitConfigurationOption - Class in org.ops4j.pax.exam.karaf.options
Option describing the karaf distribution to use; This option uses the specified scripts to run the environment depending on the platform.
KarafDistributionKitConfigurationOption(KarafDistributionBaseConfigurationOption, KarafDistributionKitConfigurationOption.Platform) - Constructor for class org.ops4j.pax.exam.karaf.options.KarafDistributionKitConfigurationOption
 
KarafDistributionKitConfigurationOption(MavenUrlReference, String, String, KarafDistributionKitConfigurationOption.Platform) - Constructor for class org.ops4j.pax.exam.karaf.options.KarafDistributionKitConfigurationOption
 
KarafDistributionKitConfigurationOption(MavenUrlReference, KarafDistributionKitConfigurationOption.Platform) - Constructor for class org.ops4j.pax.exam.karaf.options.KarafDistributionKitConfigurationOption
 
KarafDistributionKitConfigurationOption(String, String, String, KarafDistributionKitConfigurationOption.Platform) - Constructor for class org.ops4j.pax.exam.karaf.options.KarafDistributionKitConfigurationOption
 
KarafDistributionKitConfigurationOption.Platform - Enum in org.ops4j.pax.exam.karaf.options
 
KarafDistributionOption - Class in org.ops4j.pax.exam.karaf.options
Final class to provide an easy and intuitive way to configure the specific karaf distribution options.
KarafEmbeddedRunner - Class in org.ops4j.pax.exam.karaf.container.internal.runner
Very simple asynchronous implementation of Java Runner.
KarafEmbeddedRunner() - Constructor for class org.ops4j.pax.exam.karaf.container.internal.runner.KarafEmbeddedRunner
 
karafEtc - Variable in class org.ops4j.pax.exam.karaf.options.KarafDistributionBaseConfigurationOption
 
karafEtc(String) - Method in class org.ops4j.pax.exam.karaf.options.KarafDistributionBaseConfigurationOption
Sets the location of karaf.etc relative to the installation.
KarafExamSystemConfigurationOption - Class in org.ops4j.pax.exam.karaf.options
Option to configure the internal invoker for integration tests to be used.
KarafExamSystemConfigurationOption(String) - Constructor for class org.ops4j.pax.exam.karaf.options.KarafExamSystemConfigurationOption
Define the pax.exam.invoker property as system property in the environment when creating the subproject.
KarafFeaturesOption - Class in org.ops4j.pax.exam.karaf.options
Option for installing one or more features from a Karaf features descriptor.
KarafFeaturesOption(String, String...) - Constructor for class org.ops4j.pax.exam.karaf.options.KarafFeaturesOption
Constructor.
KarafFeaturesOption(UrlReference, String...) - Constructor for class org.ops4j.pax.exam.karaf.options.KarafFeaturesOption
Constructor.
KarafJavaRunner - Class in org.ops4j.pax.exam.karaf.container.internal.runner
Very simple asynchronous implementation of Java Runner.
KarafJavaRunner() - Constructor for class org.ops4j.pax.exam.karaf.container.internal.runner.KarafJavaRunner
 
karafMain - Variable in class org.ops4j.pax.exam.karaf.options.KarafDistributionBaseConfigurationOption
 
karafMain(String) - Method in class org.ops4j.pax.exam.karaf.options.KarafDistributionBaseConfigurationOption
The main entry-point used by the framework.
KarafManipulator - Interface in org.ops4j.pax.exam.karaf.container.internal.adaptions
Core interface defining which functions need to be supported by which Karaf manipulators.
KarafManipulatorFactory - Class in org.ops4j.pax.exam.karaf.container.internal.adaptions
Factory returning the correct version of the manipulator depending on the added Karaf version.
KarafManipulatorStartingFrom220 - Class in org.ops4j.pax.exam.karaf.container.internal.adaptions
This manipulator is currently valid for all Karaf versions starting from 2.2.0 and above.
KarafManipulatorStartingFrom220() - Constructor for class org.ops4j.pax.exam.karaf.container.internal.adaptions.KarafManipulatorStartingFrom220
 
KarafTestContainer - Class in org.ops4j.pax.exam.karaf.container.internal
 
KarafTestContainer(ExamSystem, KarafDistributionBaseConfigurationOption, Runner) - Constructor for class org.ops4j.pax.exam.karaf.container.internal.KarafTestContainer
 
KarafTestContainerFactory - Class in org.ops4j.pax.exam.karaf.container.internal
 
KarafTestContainerFactory() - Constructor for class org.ops4j.pax.exam.karaf.container.internal.KarafTestContainerFactory
 
karafVersion - Variable in class org.ops4j.pax.exam.karaf.options.KarafDistributionBaseConfigurationOption
 
karafVersion(String) - Method in class org.ops4j.pax.exam.karaf.options.KarafDistributionBaseConfigurationOption
The version of karaf used by the framework.
keepRuntimeFolder() - Static method in class org.ops4j.pax.exam.karaf.options.KarafDistributionOption
Per default the folder pax-exam is deleting the test directories after a test is over.
KeepRuntimeFolderOption - Class in org.ops4j.pax.exam.karaf.options
Per default the folder pax-exam is deleting the test directories after a test is over.
KeepRuntimeFolderOption() - Constructor for class org.ops4j.pax.exam.karaf.options.KeepRuntimeFolderOption
 

L

load() - Method in class org.ops4j.pax.exam.karaf.container.internal.KarafCfgFile
 
load() - Method in class org.ops4j.pax.exam.karaf.container.internal.KarafConfigFile
 
load() - Method in class org.ops4j.pax.exam.karaf.container.internal.KarafConfigurationFile
 
LoggingCfg - Class in org.ops4j.pax.exam.karaf.options.configs
Pre configured property file pointers to the most commonly used properties in /etc/config.properties and /etc/org.ops4j.pax.logging.cfg.
LoggingCfg.CustomPropertiesPointer - Class in org.ops4j.pax.exam.karaf.options.configs
 
logLevel(LogLevelOption.LogLevel) - Static method in class org.ops4j.pax.exam.karaf.options.KarafDistributionOption
A very simple and convinient method to set a specific log level without the need of configure the specific option itself.
logLevel() - Static method in class org.ops4j.pax.exam.karaf.options.KarafDistributionOption
A very simple and convinient method to set a specific log level without the need of configure the specific option itself.
logLevel(LogLevelOption.LogLevel) - Method in class org.ops4j.pax.exam.karaf.options.LogLevelOption
 
LogLevelOption - Class in org.ops4j.pax.exam.karaf.options
While the log-level could also be configured using the config options in the configuration files we also provide a more easy option here.
LogLevelOption() - Constructor for class org.ops4j.pax.exam.karaf.options.LogLevelOption
 
LogLevelOption(LogLevelOption.LogLevel) - Constructor for class org.ops4j.pax.exam.karaf.options.LogLevelOption
 
LogLevelOption.LogLevel - Enum in org.ops4j.pax.exam.karaf.options
 

M

makeExec - Variable in class org.ops4j.pax.exam.karaf.container.internal.runner.BaseScriptRunner
 
ManagementCfg - Class in org.ops4j.pax.exam.karaf.options.configs
Pre configured property file pointers to the most commonly used properties in /etc/config.properties and /etc/org.apache.karaf.management.cfg.
ManagementCfg.CustomPropertiesPointer - Class in org.ops4j.pax.exam.karaf.options.configs
 

N

name - Variable in class org.ops4j.pax.exam.karaf.options.KarafDistributionBaseConfigurationOption
 
name(String) - Method in class org.ops4j.pax.exam.karaf.options.KarafDistributionBaseConfigurationOption
Sets the name of the framework.
NixRunner - Class in org.ops4j.pax.exam.karaf.container.internal.runner
Runner implementation starting karaf based distributions no unix based systems like linux, mac, ...
NixRunner(List<String>, String) - Constructor for class org.ops4j.pax.exam.karaf.container.internal.runner.NixRunner
 

O

org.ops4j.pax.exam.karaf.container.internal - package org.ops4j.pax.exam.karaf.container.internal
 
org.ops4j.pax.exam.karaf.container.internal.adaptions - package org.ops4j.pax.exam.karaf.container.internal.adaptions
 
org.ops4j.pax.exam.karaf.container.internal.runner - package org.ops4j.pax.exam.karaf.container.internal.runner
 
org.ops4j.pax.exam.karaf.options - package org.ops4j.pax.exam.karaf.options
 
org.ops4j.pax.exam.karaf.options.configs - package org.ops4j.pax.exam.karaf.options.configs
 
org.ops4j.pax.exam.karaf.options.libraries - package org.ops4j.pax.exam.karaf.options.libraries
 
overrideJUnitBundles() - Static method in class org.ops4j.pax.exam.karaf.options.KarafDistributionOption
A convenience method that disables the default Junit deployment.
OverrideJUnitBundlesOption - Class in org.ops4j.pax.exam.karaf.options.libraries
 
OverrideJUnitBundlesOption() - Constructor for class org.ops4j.pax.exam.karaf.options.libraries.OverrideJUnitBundlesOption
 

P

put(String, Object) - Method in class org.ops4j.pax.exam.karaf.container.internal.KarafCfgFile
 
put(String, Object) - Method in class org.ops4j.pax.exam.karaf.container.internal.KarafConfigFile
 
put(String, Object) - Method in class org.ops4j.pax.exam.karaf.container.internal.KarafConfigurationFile
 

R

replace(File) - Method in class org.ops4j.pax.exam.karaf.container.internal.KarafConfigurationFile
 
replaceConfigurationFile(String, File) - Static method in class org.ops4j.pax.exam.karaf.options.KarafDistributionOption
This option allows to simply replace an entire configuration file with your own one.
REPOSITORIES - Static variable in class org.ops4j.pax.exam.karaf.options.configs.FeaturesCfg
 
RMI_REGISTRY_PORT - Static variable in class org.ops4j.pax.exam.karaf.options.configs.ManagementCfg
Port of the registry for the exported RMI service
RMI_SERVER_PORT - Static variable in class org.ops4j.pax.exam.karaf.options.configs.ManagementCfg
Port of the registry for the exported RMI service
ROOT_LOGGER - Static variable in class org.ops4j.pax.exam.karaf.options.configs.LoggingCfg
 
runEmbedded - Variable in class org.ops4j.pax.exam.karaf.options.KarafDistributionBaseConfigurationOption
 
runEmbedded(boolean) - Method in class org.ops4j.pax.exam.karaf.options.KarafDistributionBaseConfigurationOption
Per default the framework will run Karaf as forked Java process.
runner - Variable in class org.ops4j.pax.exam.karaf.container.internal.runner.BaseScriptRunner
 
Runner - Interface in org.ops4j.pax.exam.karaf.container.internal.runner
Abstracts the runner to be able to add different runners easier.

S

shutdown() - Method in class org.ops4j.pax.exam.karaf.container.internal.runner.BaseScriptRunner
 
shutdown() - Method in class org.ops4j.pax.exam.karaf.container.internal.runner.InternalRunner
 
shutdown() - Method in class org.ops4j.pax.exam.karaf.container.internal.runner.KarafEmbeddedRunner
 
shutdown() - Method in class org.ops4j.pax.exam.karaf.container.internal.runner.KarafJavaRunner
 
shutdown() - Method in interface org.ops4j.pax.exam.karaf.container.internal.runner.Runner
Shutdown the runner again.
start() - Method in class org.ops4j.pax.exam.karaf.container.internal.KarafTestContainer
 
startLocalConsole() - Method in class org.ops4j.pax.exam.karaf.options.KarafDistributionConfigurationConsoleOption
Sets the -Dkaraf.startLocalConsole to true
startRemoteShell() - Method in class org.ops4j.pax.exam.karaf.options.KarafDistributionConfigurationConsoleOption
Sets the -Dkaraf.startRemoteShell to true
stop() - Method in class org.ops4j.pax.exam.karaf.container.internal.KarafTestContainer
 
store() - Method in class org.ops4j.pax.exam.karaf.container.internal.KarafCfgFile
 
store() - Method in class org.ops4j.pax.exam.karaf.container.internal.KarafConfigFile
 
store() - Method in class org.ops4j.pax.exam.karaf.container.internal.KarafConfigurationFile
 
SYSTEM_BUNDLE - Static variable in class org.ops4j.pax.exam.karaf.container.internal.Constants
 
SYSTEM_PACKAGES_EXTRA - Static variable in class org.ops4j.pax.exam.karaf.options.configs.CustomProperties
 
SystemProperties - Class in org.ops4j.pax.exam.karaf.options.configs
Pre configured property file pointers to the most commonly used properties in /etc/config.properties and /etc/system.properties..
SystemProperties.CustomPropertiesPointer - Class in org.ops4j.pax.exam.karaf.options.configs
 

T

toArray() - Method in class org.ops4j.pax.exam.karaf.container.internal.runner.CommandLineBuilder
Returns the command line.
toString() - Method in class org.ops4j.pax.exam.karaf.container.internal.KarafTestContainer
 

U

uninstallProbe() - Method in class org.ops4j.pax.exam.karaf.container.internal.KarafTestContainer
 
unpackDirectory - Variable in class org.ops4j.pax.exam.karaf.options.KarafDistributionBaseConfigurationOption
 
unpackDirectory(File) - Method in class org.ops4j.pax.exam.karaf.options.KarafDistributionBaseConfigurationOption
Define the unpack directory for the karaf distribution.
useDeployFolder - Variable in class org.ops4j.pax.exam.karaf.options.KarafDistributionBaseConfigurationOption
 
useDeployFolder(boolean) - Method in class org.ops4j.pax.exam.karaf.options.KarafDistributionBaseConfigurationOption
Per default the framework simply copies all referenced artifacts (via Pax Exam DistributionOption) to the deploy folder of the karaf (based) distribution.
useOwnExamBundlesStartLevel(int) - Static method in class org.ops4j.pax.exam.karaf.options.KarafDistributionOption
This option allows to configure the start level of the bundles in the exam features descriptor.
useOwnKarafExamSystemConfiguration(String) - Static method in class org.ops4j.pax.exam.karaf.options.KarafDistributionOption
Provides an option to configure the internals of the PaxExamKaraf subsystem runner.
UsersProperties - Class in org.ops4j.pax.exam.karaf.options.configs
Pre configured property file pointers to the most commonly used properties in /etc/config.properties and /etc/users.properties.
UsersProperties.CustomPropertiesPointer - Class in org.ops4j.pax.exam.karaf.options.configs
 

V

valueOf(String) - Static method in enum org.ops4j.pax.exam.karaf.options.KarafDistributionKitConfigurationOption.Platform
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ops4j.pax.exam.karaf.options.LogLevelOption.LogLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.ops4j.pax.exam.karaf.options.KarafDistributionKitConfigurationOption.Platform
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ops4j.pax.exam.karaf.options.LogLevelOption.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.

W

waitForExit() - Method in class org.ops4j.pax.exam.karaf.container.internal.runner.InternalRunner
Wait till the framework process exits.
WebCfg - Class in org.ops4j.pax.exam.karaf.options.configs
Pre configured property file pointers to the most commonly used properties in /etc/config.properties and /etc/org.ops4j.pax.web.cfg.
WebCfg.CustomPropertiesPointer - Class in org.ops4j.pax.exam.karaf.options.configs
 
WindowsRunner - Class in org.ops4j.pax.exam.karaf.container.internal.runner
Runner to start the Karaf platform on microsoft windows systems.
WindowsRunner(List<String>, String) - Constructor for class org.ops4j.pax.exam.karaf.container.internal.runner.WindowsRunner
 
A B C D E F G H I J K L M N O P R S T U V W 
Skip navigation links

Copyright © 2006–2018 OPS4J - Open Participation Software for Java. All rights reserved.