A C D F G I M O R S T W 

A

add(Asset, ArchivePath) - Method in class org.rhq.test.shrinkwrap.FilteredViewImpl
 
add(Asset, ArchivePath, String) - Method in class org.rhq.test.shrinkwrap.FilteredViewImpl
 
add(Asset, String, String) - Method in class org.rhq.test.shrinkwrap.FilteredViewImpl
 
add(NamedAsset) - Method in class org.rhq.test.shrinkwrap.FilteredViewImpl
 
add(Asset, String) - Method in class org.rhq.test.shrinkwrap.FilteredViewImpl
 
add(Archive<?>, ArchivePath, Class<? extends StreamExporter>) - Method in class org.rhq.test.shrinkwrap.FilteredViewImpl
 
add(Archive<?>, String, Class<? extends StreamExporter>) - Method in class org.rhq.test.shrinkwrap.FilteredViewImpl
 
addAsDirectories(String...) - Method in class org.rhq.test.shrinkwrap.FilteredViewImpl
 
addAsDirectories(ArchivePath...) - Method in class org.rhq.test.shrinkwrap.FilteredViewImpl
 
addAsDirectory(String) - Method in class org.rhq.test.shrinkwrap.FilteredViewImpl
 
addAsDirectory(ArchivePath) - Method in class org.rhq.test.shrinkwrap.FilteredViewImpl
 
AndFilter<T> - Class in org.rhq.test.shrinkwrap
 
AndFilter(Filter<T>) - Constructor for class org.rhq.test.shrinkwrap.AndFilter
 
AndFilter(Filter<T>, Filter<T>) - Constructor for class org.rhq.test.shrinkwrap.AndFilter
 
AndFilter(Filter<T>, Filter<T>, Filter<T>) - Constructor for class org.rhq.test.shrinkwrap.AndFilter
 
AndFilter(Filter<T>, Filter<T>, Filter<T>, Filter<T>) - Constructor for class org.rhq.test.shrinkwrap.AndFilter
 
AndFilter(Collection<? extends Filter<T>>) - Constructor for class org.rhq.test.shrinkwrap.AndFilter
 
as(Class<T>) - Method in class org.rhq.test.shrinkwrap.FilteredViewImpl
 

C

contains(ArchivePath) - Method in class org.rhq.test.shrinkwrap.FilteredViewImpl
 
contains(String) - Method in class org.rhq.test.shrinkwrap.FilteredViewImpl
 

D

delete(ArchivePath) - Method in class org.rhq.test.shrinkwrap.FilteredViewImpl
 
delete(String) - Method in class org.rhq.test.shrinkwrap.FilteredViewImpl
 

F

filterContents(Filter<ArchivePath>) - Method in interface org.rhq.test.shrinkwrap.FilteredView
Sets the path filter.
filterContents(Filter<ArchivePath>) - Method in class org.rhq.test.shrinkwrap.FilteredViewImpl
 
FilteredView - Interface in org.rhq.test.shrinkwrap
Provides a filtered view on an archive.
FilteredViewImpl - Class in org.rhq.test.shrinkwrap
This class is a hack.
FilteredViewImpl(Archive<?>) - Constructor for class org.rhq.test.shrinkwrap.FilteredViewImpl
 

G

get(ArchivePath) - Method in class org.rhq.test.shrinkwrap.FilteredViewImpl
 
get(String) - Method in class org.rhq.test.shrinkwrap.FilteredViewImpl
 
getActualClass() - Method in class org.rhq.test.shrinkwrap.FilteredViewImpl
 
getArchive() - Method in class org.rhq.test.shrinkwrap.FilteredViewImpl
 
getAsType(Class<X>, String) - Method in class org.rhq.test.shrinkwrap.FilteredViewImpl
 
getAsType(Class<X>, ArchivePath) - Method in class org.rhq.test.shrinkwrap.FilteredViewImpl
 
getAsType(Class<X>, Filter<ArchivePath>) - Method in class org.rhq.test.shrinkwrap.FilteredViewImpl
 
getAsType(Class<X>, String, ArchiveFormat) - Method in class org.rhq.test.shrinkwrap.FilteredViewImpl
 
getAsType(Class<X>, ArchivePath, ArchiveFormat) - Method in class org.rhq.test.shrinkwrap.FilteredViewImpl
 
getAsType(Class<X>, Filter<ArchivePath>, ArchiveFormat) - Method in class org.rhq.test.shrinkwrap.FilteredViewImpl
 
getClassesPath() - Method in class org.rhq.test.shrinkwrap.RhqAgentPluginArchiveImpl
 
getConfiguration() - Method in class org.rhq.test.shrinkwrap.FilteredViewImpl
 
getContent() - Method in class org.rhq.test.shrinkwrap.FilteredViewImpl
 
getContent(Filter<ArchivePath>) - Method in class org.rhq.test.shrinkwrap.FilteredViewImpl
 
getLibraryPath() - Method in class org.rhq.test.shrinkwrap.RhqAgentPluginArchiveImpl
 
getManifestPath() - Method in class org.rhq.test.shrinkwrap.RhqAgentPluginArchiveImpl
 
getRequiredPlugins() - Method in class org.rhq.test.shrinkwrap.RhqAgentPluginArchiveImpl
 
getRequiredPlugins() - Method in interface org.rhq.test.shrinkwrap.RhqAgentPluginDescriptorContainer
Returns the list of archives containing the plugins that this plugin is dependent on.
getRequiredPluginsPath() - Method in class org.rhq.test.shrinkwrap.RhqAgentPluginArchiveImpl
 
getRequiredPluginsPath() - Method in interface org.rhq.test.shrinkwrap.RhqAgentPluginDescriptorContainer
The RHQ plugin archive can carry along another set of plugins that it is dependent upon (these can be determined for example by using RhqAgentPluginDescriptorContainer.withRequiredPluginsFrom(Collection) method).
getResourcePath() - Method in class org.rhq.test.shrinkwrap.RhqAgentPluginArchiveImpl
 

I

include(T) - Method in class org.rhq.test.shrinkwrap.AndFilter
 

M

merge(Archive<?>) - Method in class org.rhq.test.shrinkwrap.FilteredViewImpl
 
merge(Archive<?>, Filter<ArchivePath>) - Method in class org.rhq.test.shrinkwrap.FilteredViewImpl
 
merge(Archive<?>, ArchivePath) - Method in class org.rhq.test.shrinkwrap.FilteredViewImpl
 
merge(Archive<?>, String) - Method in class org.rhq.test.shrinkwrap.FilteredViewImpl
 
merge(Archive<?>, ArchivePath, Filter<ArchivePath>) - Method in class org.rhq.test.shrinkwrap.FilteredViewImpl
 
merge(Archive<?>, String, Filter<ArchivePath>) - Method in class org.rhq.test.shrinkwrap.FilteredViewImpl
 

O

org.rhq.test.shrinkwrap - package org.rhq.test.shrinkwrap
 

R

RhqAgentPluginArchive - Interface in org.rhq.test.shrinkwrap
 
RhqAgentPluginArchiveImpl - Class in org.rhq.test.shrinkwrap
 
RhqAgentPluginArchiveImpl(Archive<?>) - Constructor for class org.rhq.test.shrinkwrap.RhqAgentPluginArchiveImpl
 
RhqAgentPluginDescriptorContainer<T extends org.jboss.shrinkwrap.api.Archive<T>> - Interface in org.rhq.test.shrinkwrap
Defines the contract for archives capable of storing the RHQ agent's plugin descriptor.

S

setPluginDescriptor(String) - Method in class org.rhq.test.shrinkwrap.RhqAgentPluginArchiveImpl
 
setPluginDescriptor(File) - Method in class org.rhq.test.shrinkwrap.RhqAgentPluginArchiveImpl
 
setPluginDescriptor(URL) - Method in class org.rhq.test.shrinkwrap.RhqAgentPluginArchiveImpl
 
setPluginDescriptor(Asset) - Method in class org.rhq.test.shrinkwrap.RhqAgentPluginArchiveImpl
 
setPluginDescriptor(String) - Method in interface org.rhq.test.shrinkwrap.RhqAgentPluginDescriptorContainer
Sets the plugin descriptor using the resource name.
setPluginDescriptor(File) - Method in interface org.rhq.test.shrinkwrap.RhqAgentPluginDescriptorContainer
Sets the plugin descriptor using the given file.
setPluginDescriptor(URL) - Method in interface org.rhq.test.shrinkwrap.RhqAgentPluginDescriptorContainer
Sets the plugin descriptor using the provided URL.
setPluginDescriptor(Asset) - Method in interface org.rhq.test.shrinkwrap.RhqAgentPluginDescriptorContainer
Sets the plugin descriptor using the provided asset.
setPluginDescriptorFromTemplate(String, Map<String, String>) - Method in class org.rhq.test.shrinkwrap.RhqAgentPluginArchiveImpl
 
setPluginDescriptorFromTemplate(String, Map<String, String>) - Method in interface org.rhq.test.shrinkwrap.RhqAgentPluginDescriptorContainer
Sets the plugin descriptor using the plugin descriptor template resource, making a copy of that resource and replacing templatized variables in that file with replacement values that are passed into this method.

T

toString() - Method in class org.rhq.test.shrinkwrap.FilteredViewImpl
 
toString(boolean) - Method in class org.rhq.test.shrinkwrap.FilteredViewImpl
 
toString(Formatter) - Method in class org.rhq.test.shrinkwrap.FilteredViewImpl
 

W

withRequiredPluginsFrom(Collection<? extends Archive<?>>) - Method in class org.rhq.test.shrinkwrap.RhqAgentPluginArchiveImpl
 
withRequiredPluginsFrom(Archive<?>...) - Method in class org.rhq.test.shrinkwrap.RhqAgentPluginArchiveImpl
 
withRequiredPluginsFrom(Collection<? extends Archive<?>>) - Method in interface org.rhq.test.shrinkwrap.RhqAgentPluginDescriptorContainer
Using this method, one can supply a single RHQ plugin together with the plugins that the plugin is dependent upon.
withRequiredPluginsFrom(Archive<?>...) - Method in interface org.rhq.test.shrinkwrap.RhqAgentPluginDescriptorContainer
writeTo(OutputStream, Formatter) - Method in class org.rhq.test.shrinkwrap.FilteredViewImpl
 
A C D F G I M O R S T W 

Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.