A B C D E F G H I K L M O P R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- accept(DependencyNode, List<DependencyNode>) - Method in class org.opendaylight.odlparent.KarafFeaturesDependencyFilter
-
Accepts only Karaf features.
- Active - org.opendaylight.odlparent.bundlestest.lib.SystemState
- addAllClassesInSameAndSubPackageOfClass(TestProbeBuilder, Class<?>) - Static method in class org.opendaylight.odlparent.featuretest.ReflectionUtil
- addAllClassesInSameAndSubPackageOfPackage(TestProbeBuilder, String) - Static method in class org.opendaylight.odlparent.featuretest.ReflectionUtil
- addFirstListener(RunListener) - Method in class org.opendaylight.odlparent.featuretest.PerFeatureRunNotifier
- addListener(RunListener) - Method in class org.opendaylight.odlparent.featuretest.PerFeatureRunNotifier
- AetherUtil - Class in org.opendaylight.odlparent
- AetherUtil(RepositorySystem, RepositorySystemSession, List<RemoteRepository>, File) - Constructor for class org.opendaylight.odlparent.AetherUtil
-
Create an instance for the given repositories.
B
- Booting - org.opendaylight.odlparent.bundlestest.lib.SystemState
- BundleDiagInfos - Interface in org.opendaylight.odlparent.bundlestest.lib
-
System readiness diagnostic summary information.
- bundlesToCoords(List<Bundle>) - Static method in class org.opendaylight.odlparent.FeatureUtil
-
Lists the artifact coordinates of the given bundles.
- BundleSymbolicNameWithVersion - Class in org.opendaylight.odlparent.bundlestest.lib
-
Bundle's symbolic name + its version.
- BundleSymbolicNameWithVersion(String, String) - Constructor for class org.opendaylight.odlparent.bundlestest.lib.BundleSymbolicNameWithVersion
C
- checkBundleDiagInfos(long, TimeUnit) - Method in class org.opendaylight.odlparent.bundlestest.lib.TestBundleDiag
-
Does something similar to Karaf's "diag" CLI command, and throws a
SystemStateFailureException
if anything incl. - checkBundleDiagInfos(long, TimeUnit, BiConsumer<TimeInfo, BundleDiagInfos>) - Method in class org.opendaylight.odlparent.bundlestest.lib.TestBundleDiag
- confidential() - Static method in class org.opendaylight.odlparent.logging.markers.Markers
-
Return the SLF4J marker for reporting messages which may contain sensitive information, such as credentials used with an external system.
- config() - Method in class org.opendaylight.odlparent.featuretest.SingleFeatureTest
-
Returns the required configuration.
- configFilesToCoords(List<ConfigFile>) - Static method in class org.opendaylight.odlparent.FeatureUtil
-
Lists the artifact coordinates of the given configuration files.
- Constants - Class in org.opendaylight.odlparent.featuretest
- convertDescription(URL, String, String, Description) - Static method in class org.opendaylight.odlparent.featuretest.Util
-
Convert a Description to a Description that includes information about repoUrl, featureName, and featureVersion.
- createURLStreamHandler(String) - Method in class org.opendaylight.odlparent.karafutil.CustomBundleUrlStreamHandlerFactory
- CustomBundleUrlStreamHandlerFactory - Class in org.opendaylight.odlparent.karafutil
- CustomBundleUrlStreamHandlerFactory() - Constructor for class org.opendaylight.odlparent.karafutil.CustomBundleUrlStreamHandlerFactory
D
- describeChild(PerFeatureRunner) - Method in class org.opendaylight.odlparent.featuretest.PerRepoTestRunner
E
- equals(Object) - Method in class org.opendaylight.odlparent.bundlestest.lib.BundleSymbolicNameWithVersion
- equals(Object) - Method in class org.opendaylight.odlparent.bundlestest.lib.TimeInfo
- equals(Object) - Method in class org.opendaylight.odlparent.featuretest.PerFeatureRunNotifier
- execute() - Method in class org.opendaylight.odlparent.filter.manifest.plugin.FilterManifestMojo
- execute() - Method in class org.opendaylight.odlparent.HelpMojo
- execute() - Method in class org.opendaylight.odlparent.PopulateLocalRepoMojo
F
- Failure - org.opendaylight.odlparent.bundlestest.lib.SystemState
- featuresRepositoryToCoords(Set<Features>) - Static method in class org.opendaylight.odlparent.FeatureUtil
-
Converts all the given features' repositories to artifact coordinates.
- featuresRepositoryToCoords(Features) - Static method in class org.opendaylight.odlparent.FeatureUtil
-
Converts the given features' repository to artifact coordinates.
- featuresToCoords(Set<Features>) - Static method in class org.opendaylight.odlparent.FeatureUtil
-
Extracts all the artifact coordinates for the given set of features (repositories, bundles, configuration files).
- featuresToCoords(Features) - Static method in class org.opendaylight.odlparent.FeatureUtil
-
Extracts all the artifact coordinates for the given features (repositories, bundles, configuration files).
- featureToCoords(Feature) - Static method in class org.opendaylight.odlparent.FeatureUtil
-
Lists the artifact coordinates of the given feature's bundles and configuration files.
- FeatureUtil - Class in org.opendaylight.odlparent
- FeatureUtil(AetherUtil, File) - Constructor for class org.opendaylight.odlparent.FeatureUtil
- filter(Filter) - Method in class org.opendaylight.odlparent.featuretest.PerFeatureRunner
- FilterManifestMojo - Class in org.opendaylight.odlparent.filter.manifest.plugin
-
Mojo processing filtering an input Manifest file into an output, retaining only selected entries.
- FilterManifestMojo() - Constructor for class org.opendaylight.odlparent.filter.manifest.plugin.FilterManifestMojo
- findAllFeaturesRecursively(Set<Features>) - Method in class org.opendaylight.odlparent.FeatureUtil
-
Unmarshals all the features (including known ones) starting from the given features.
- findAllFeaturesRecursively(Set<Features>, Set<String>) - Method in class org.opendaylight.odlparent.FeatureUtil
-
Unmarshals all the features starting from the given features.
- findAllFeaturesRecursively(Features, Set<String>) - Method in class org.opendaylight.odlparent.FeatureUtil
-
Unmarshals all the features starting from the given feature.
- fireTestAssumptionFailed(Failure) - Method in class org.opendaylight.odlparent.featuretest.PerFeatureRunNotifier
- fireTestFailure(Failure) - Method in class org.opendaylight.odlparent.featuretest.PerFeatureRunNotifier
- fireTestFinished(Description) - Method in class org.opendaylight.odlparent.featuretest.PerFeatureRunNotifier
- fireTestIgnored(Description) - Method in class org.opendaylight.odlparent.featuretest.PerFeatureRunNotifier
- fireTestRunFinished(Result) - Method in class org.opendaylight.odlparent.featuretest.PerFeatureRunNotifier
- fireTestRunStarted(Description) - Method in class org.opendaylight.odlparent.featuretest.PerFeatureRunNotifier
- fireTestStarted(Description) - Method in class org.opendaylight.odlparent.featuretest.PerFeatureRunNotifier
G
- getBundleDiagInfos() - Method in exception org.opendaylight.odlparent.bundlestest.lib.SystemStateFailureException
- getBundlesStateMap() - Method in interface org.opendaylight.odlparent.bundlestest.lib.BundleDiagInfos
- getChildren() - Method in class org.opendaylight.odlparent.featuretest.PerRepoTestRunner
- getClasses(ClassLoader, String) - Static method in class org.opendaylight.odlparent.featuretest.ReflectionUtil
-
Returns all classes in the named package, and its sub-packages.
- getDescription() - Method in class org.opendaylight.odlparent.featuretest.PerFeatureRunner
- getElapsedTimeInMS() - Method in class org.opendaylight.odlparent.bundlestest.lib.TimeInfo
- getFeatureName() - Method in class org.opendaylight.odlparent.featuretest.PerFeatureRunner
-
Returns the feature name.
- getFeatures(URL) - Method in class org.opendaylight.odlparent.featuretest.PerRepoTestRunner
- getFeatureVersion() - Method in class org.opendaylight.odlparent.featuretest.PerFeatureRunner
-
Returns the feature version.
- getFeatureVersion() - Method in class org.opendaylight.odlparent.featuretest.SingleFeatureTest
- getFullDiagnosticText() - Method in interface org.opendaylight.odlparent.bundlestest.lib.BundleDiagInfos
- getKarafDistroOption() - Method in class org.opendaylight.odlparent.featuretest.SingleFeatureTest
- getNokBundleStateInfoTexts() - Method in interface org.opendaylight.odlparent.bundlestest.lib.BundleDiagInfos
- getOkBundleStateInfoTexts() - Method in interface org.opendaylight.odlparent.bundlestest.lib.BundleDiagInfos
- getRemainingTimeInMS() - Method in class org.opendaylight.odlparent.bundlestest.lib.TimeInfo
- getRepoUrl() - Method in class org.opendaylight.odlparent.featuretest.PerFeatureRunner
-
Returns the repository URL.
- getSummaryText() - Method in interface org.opendaylight.odlparent.bundlestest.lib.BundleDiagInfos
- getSymbolicName() - Method in class org.opendaylight.odlparent.bundlestest.lib.BundleSymbolicNameWithVersion
- getSystemState() - Method in interface org.opendaylight.odlparent.bundlestest.lib.BundleDiagInfos
- getVersion() - Method in class org.opendaylight.odlparent.bundlestest.lib.BundleSymbolicNameWithVersion
- getWhitelistedBundleStateInfoTexts() - Method in interface org.opendaylight.odlparent.bundlestest.lib.BundleDiagInfos
H
- hashCode() - Method in class org.opendaylight.odlparent.bundlestest.lib.BundleSymbolicNameWithVersion
- hashCode() - Method in class org.opendaylight.odlparent.bundlestest.lib.TimeInfo
- hashCode() - Method in class org.opendaylight.odlparent.featuretest.PerFeatureRunNotifier
-
Calculates the hash code (delegated).
- HelpMojo - Class in org.opendaylight.odlparent
-
Display help information on karaf-plugin.
Callmvn karaf:help -Ddetail=true -Dgoal=<goal-name>
to display parameter details. - HelpMojo() - Constructor for class org.opendaylight.odlparent.HelpMojo
I
- installArtifacts(Set<Artifact>) - Method in class org.opendaylight.odlparent.AetherUtil
-
Installs the given artifacts.
- installFeature() - Method in class org.opendaylight.odlparent.featuretest.SingleFeatureTest
- installFeatureCatchAndLog() - Method in class org.opendaylight.odlparent.featuretest.SingleFeatureTest
- installRepo() - Method in class org.opendaylight.odlparent.featuretest.SingleFeatureTest
-
Sets the repository up.
K
- KarafFeaturesDependencyFilter - Class in org.opendaylight.odlparent
- KarafFeaturesDependencyFilter() - Constructor for class org.opendaylight.odlparent.KarafFeaturesDependencyFilter
L
- localRepository - Variable in class org.opendaylight.odlparent.AetherUtil
M
- Markers - Class in org.opendaylight.odlparent.logging.markers
-
Common markers for SLF4J.
- mvnLocalRepoOption() - Method in class org.opendaylight.odlparent.featuretest.SingleFeatureTest
- MvnToAetherMapper - Class in org.opendaylight.odlparent
- mvnUrlsToCoord(List<String>) - Static method in class org.opendaylight.odlparent.FeatureUtil
-
Parses the given repository as URLs and converts them to artifact coordinates.
O
- ORG_OPENDAYLIGHT_FEATURETEST_FEATURENAME_PROP - Static variable in class org.opendaylight.odlparent.featuretest.Constants
- ORG_OPENDAYLIGHT_FEATURETEST_FEATUREVERSION_PROP - Static variable in class org.opendaylight.odlparent.featuretest.Constants
- ORG_OPENDAYLIGHT_FEATURETEST_URI_PROP - Static variable in class org.opendaylight.odlparent.featuretest.Constants
- org.opendaylight.odlparent - package org.opendaylight.odlparent
- org.opendaylight.odlparent.bundlestest.lib - package org.opendaylight.odlparent.bundlestest.lib
- org.opendaylight.odlparent.featuretest - package org.opendaylight.odlparent.featuretest
- org.opendaylight.odlparent.filter.manifest.plugin - package org.opendaylight.odlparent.filter.manifest.plugin
- org.opendaylight.odlparent.karafutil - package org.opendaylight.odlparent.karafutil
- org.opendaylight.odlparent.logging.markers - package org.opendaylight.odlparent.logging.markers
P
- PerFeatureRunner - Class in org.opendaylight.odlparent.featuretest
- PerFeatureRunner(URL, String, String, Class<?>) - Constructor for class org.opendaylight.odlparent.featuretest.PerFeatureRunner
-
Create a runner.
- PerFeatureRunNotifier - Class in org.opendaylight.odlparent.featuretest
- PerFeatureRunNotifier(URL, String, String, RunNotifier) - Constructor for class org.opendaylight.odlparent.featuretest.PerFeatureRunNotifier
-
Create a delegating notifier.
- PerRepoTestRunner - Class in org.opendaylight.odlparent.featuretest
- PerRepoTestRunner(Class<?>) - Constructor for class org.opendaylight.odlparent.featuretest.PerRepoTestRunner
-
Create a runner.
- pleaseStop() - Method in class org.opendaylight.odlparent.featuretest.PerFeatureRunNotifier
- PopulateLocalRepoMojo - Class in org.opendaylight.odlparent
-
Mojo populating the local repository by delegating to Aether.
- PopulateLocalRepoMojo() - Constructor for class org.opendaylight.odlparent.PopulateLocalRepoMojo
- probeConfiguration(TestProbeBuilder) - Method in class org.opendaylight.odlparent.featuretest.SingleFeatureTest
R
- readFeature(File) - Method in class org.opendaylight.odlparent.FeatureUtil
-
Unmarshal the features in the given file.
- readFeature(String) - Method in class org.opendaylight.odlparent.FeatureUtil
-
Unmarshal the features matching the given artifact coordinates.
- readFeature(Artifact) - Method in class org.opendaylight.odlparent.FeatureUtil
-
Unmarshal the features in the given artifact.
- readFeatures(Set<Artifact>) - Method in class org.opendaylight.odlparent.FeatureUtil
-
Unmarshal all the features in the given artifacts.
- recursiveRunnersFromRepoUrl(URL, Class<?>) - Method in class org.opendaylight.odlparent.featuretest.PerRepoTestRunner
- ReflectionUtil - Class in org.opendaylight.odlparent.featuretest
-
Utility for class path reflection.
- removeListener(RunListener) - Method in class org.opendaylight.odlparent.featuretest.PerFeatureRunNotifier
- resolveArtifact(String) - Method in class org.opendaylight.odlparent.AetherUtil
-
Resolves the given coordinates.
- resolveArtifact(Artifact) - Method in class org.opendaylight.odlparent.AetherUtil
-
Resolves the given artifact.
- resolveArtifacts(Set<String>) - Method in class org.opendaylight.odlparent.AetherUtil
-
Resolves the given coordinates.
- resolveDependencies(List<Dependency>, DependencyFilter) - Method in class org.opendaylight.odlparent.AetherUtil
-
Resolves the given dependencies.
- run(RunNotifier) - Method in class org.opendaylight.odlparent.featuretest.PerFeatureRunner
- runChild(PerFeatureRunner, RunNotifier) - Method in class org.opendaylight.odlparent.featuretest.PerRepoTestRunner
- runnersFromFeatures(URL, Features, Class<?>) - Method in class org.opendaylight.odlparent.featuretest.PerRepoTestRunner
- runnersFromRepoUrl(URL, Class<?>) - Method in class org.opendaylight.odlparent.featuretest.PerRepoTestRunner
- runnersFromRepoUrl(URL, Class<?>, boolean) - Method in class org.opendaylight.odlparent.featuretest.PerRepoTestRunner
S
- SingleFeatureTest - Class in org.opendaylight.odlparent.featuretest
- SingleFeatureTest() - Constructor for class org.opendaylight.odlparent.featuretest.SingleFeatureTest
- sort(Sorter) - Method in class org.opendaylight.odlparent.featuretest.PerFeatureRunner
- Stopping - org.opendaylight.odlparent.bundlestest.lib.SystemState
- SystemState - Enum in org.opendaylight.odlparent.bundlestest.lib
-
Karaf OSGi System State.
- SystemStateFailureException - Exception in org.opendaylight.odlparent.bundlestest.lib
-
Exception thrown (only) by
TestBundleDiag.checkBundleDiagInfos(long, java.util.concurrent.TimeUnit)
if there are any OSGi bundles that failed to start. - SystemStateFailureException(String, BundleDiagInfos) - Constructor for exception org.opendaylight.odlparent.bundlestest.lib.SystemStateFailureException
- SystemStateFailureException(String, BundleDiagInfos, Throwable) - Constructor for exception org.opendaylight.odlparent.bundlestest.lib.SystemStateFailureException
T
- TestBundleDiag - Class in org.opendaylight.odlparent.bundlestest.lib
-
Utility to verify bundle diagnostic state.
- TestBundleDiag(BundleContext, BundleService) - Constructor for class org.opendaylight.odlparent.bundlestest.lib.TestBundleDiag
- testCount() - Method in class org.opendaylight.odlparent.featuretest.PerFeatureRunner
- testCount() - Method in class org.opendaylight.odlparent.featuretest.PerRepoTestRunner
- TimeInfo - Class in org.opendaylight.odlparent.bundlestest.lib
-
Value Object for elapsed and remaining time.
- TimeInfo(long, long) - Constructor for class org.opendaylight.odlparent.bundlestest.lib.TimeInfo
- toAether(List<Dependency>) - Static method in class org.opendaylight.odlparent.MvnToAetherMapper
-
Converts a list of Maven model dependencies to a list of Aether dependencies.
- toAether(Dependency) - Static method in class org.opendaylight.odlparent.MvnToAetherMapper
-
Converts a Maven model dependency to an Aether dependency.
- toCoord(URL) - Static method in class org.opendaylight.odlparent.FeatureUtil
-
Converts the given URL to artifact coordinates.
- toCoord(List<URL>) - Static method in class org.opendaylight.odlparent.FeatureUtil
-
Converts the given list of URLs to artifact coordinates.
- toDependencies(List<String>) - Method in class org.opendaylight.odlparent.AetherUtil
-
Converts the given list of artifact coordinates to dependencies.
- toDependency(String) - Method in class org.opendaylight.odlparent.AetherUtil
-
Converts the given artifact coordinates to a
Dependency
instance. - toString() - Method in class org.opendaylight.odlparent.bundlestest.lib.BundleSymbolicNameWithVersion
- toString() - Method in class org.opendaylight.odlparent.bundlestest.lib.TimeInfo
- toString() - Method in class org.opendaylight.odlparent.featuretest.PerFeatureRunner
-
Delegated implementation of
PerFeatureRunner.toString()
. - toString() - Method in class org.opendaylight.odlparent.featuretest.PerFeatureRunNotifier
-
Value of the delegate as a String.
U
- Util - Class in org.opendaylight.odlparent.featuretest
V
- valueOf(String) - Static method in enum org.opendaylight.odlparent.bundlestest.lib.SystemState
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.opendaylight.odlparent.bundlestest.lib.SystemState
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages