FileDocCategorySizeDatePackage
PackageInfoSources.javaAPI DocAndroid 1.5 API1120Wed May 06 22:42:02 BST 2009android.test

PackageInfoSources

public class PackageInfoSources extends Object
{@hide} Not needed for SDK.

Fields Summary
private static ClassPathPackageInfoSource
classPathSource
Constructors Summary
private PackageInfoSources()

    
Methods Summary
public static ClassPathPackageInfoSourceforClassPath(java.lang.ClassLoader classLoader)

        if (classPathSource == null) {
            classPathSource = new ClassPathPackageInfoSource();
            classPathSource.setClassLoader(classLoader);
        }
        return classPathSource;