org.rhq.plugins.perftest.content
Interface ContentFactory

All Known Implementing Classes:
SimpleContentFactory

public interface ContentFactory

Author:
Jason Dobies

Method Summary
 Set<ResourcePackageDetails> discoverContent(PackageType packageType)
          Returns a set of artifacts.
 

Method Detail

discoverContent

Set<ResourcePackageDetails> discoverContent(PackageType packageType)
Returns a set of artifacts. The generation of the set is determined by the underlying implementation.

Parameters:
packageType - domain object passed into the call to the resource component, needed in the creation of the artifact details
Returns:
set of artifacts; will not be null


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