AndroidClasspathContainer(org.eclipse.jdt.core.IClasspathEntry[] entries, org.eclipse.core.runtime.IPath path, String name)Constructs the container with the {@link IClasspathEntry} representing the android
framework jar file and the container id
mClasspathEntry = entries;
mContainerPath = path;
mName = name;
|