ContentModuleLister

public class ContentModuleLister
extends Object

java.lang.Object
   ↳ com.android.tradefed.build.content.ContentModuleLister


Compute a module list from the context.

Summary

Public constructors

ContentModuleLister()

Public methods

static buildModuleList(ContentAnalysisContext context)

Builds the list of existing modules from the context or null in case of error

Public constructors

ContentModuleLister

public ContentModuleLister ()

Public methods

buildModuleList

public static  buildModuleList (ContentAnalysisContext context)

Builds the list of existing modules from the context or null in case of error

Parameters
context ContentAnalysisContext

Returns