Uses of Class
org.aspectj.org.eclipse.jdt.internal.core.builder.ClasspathLocation
Packages that use ClasspathLocation
Package
Description
-
Uses of ClasspathLocation in org.aspectj.org.eclipse.jdt.internal.core.builder
Subclasses of ClasspathLocation in org.aspectj.org.eclipse.jdt.internal.core.builderModifier and TypeClassDescriptionclassclassclassclassclassclassclassFields in org.aspectj.org.eclipse.jdt.internal.core.builder declared as ClasspathLocationMethods in org.aspectj.org.eclipse.jdt.internal.core.builder that return ClasspathLocationModifier and TypeMethodDescriptionstatic ClasspathLocationClasspathLocation.forBinaryFolder(org.eclipse.core.resources.IContainer binaryFolder, boolean isOutputFolder, AccessRuleSet accessRuleSet, org.eclipse.core.runtime.IPath externalAnnotationPath, boolean autoModule) static ClasspathLocationClasspathLocation.forLibrary(String libraryPathname, AccessRuleSet accessRuleSet, org.eclipse.core.runtime.IPath annotationsPath, boolean isOnModulePath, String compliance) static ClasspathLocationClasspathLocation.forLibrary(ZipFile zipFile, AccessRuleSet accessRuleSet, boolean isOnModulePath, String compliance) static ClasspathLocationClasspathLocation.forLibrary(org.eclipse.core.resources.IFile library, AccessRuleSet accessRuleSet, org.eclipse.core.runtime.IPath annotationsPath, boolean isOnModulePath, String compliance) ModulePathEntry.getClasspathLocations()Methods in org.aspectj.org.eclipse.jdt.internal.core.builder with parameters of type ClasspathLocationModifier and TypeMethodDescriptionprotected booleanClasspathLocation.areAllModuleOptionsEqual(ClasspathLocation other) booleanClasspathLocation.externalAnnotationsEquals(ClasspathLocation other) NOTE: this method is intended for TESTS onlyprotected booleanIncrementalImageBuilder.findAffectedSourceFiles(org.eclipse.core.resources.IResourceDelta delta, ClasspathLocation[] classFoldersAndJars, org.eclipse.core.resources.IProject prereqProject) static IModuleModulePathEntry.getAutomaticModule(ClasspathLocation location) Method parameters in org.aspectj.org.eclipse.jdt.internal.core.builder with type arguments of type ClasspathLocationModifier and TypeMethodDescriptionvoidClasspathLocation.connectAllLocationsForEEA(Collection<ClasspathLocation> allLocations, boolean add) Constructors in org.aspectj.org.eclipse.jdt.internal.core.builder with parameters of type ClasspathLocationModifierConstructorDescriptionModulePathEntry(org.eclipse.core.runtime.IPath path, ClasspathLocation location) -
Uses of ClasspathLocation in org.aspectj.org.eclipse.jdt.internal.core.search.matching
Fields in org.aspectj.org.eclipse.jdt.internal.core.search.matching with type parameters of type ClasspathLocationModifier and TypeFieldDescriptionprotected LinkedHashSet<ClasspathLocation> JavaSearchNameEnvironment.locationSetprotected Map<String, LinkedHashSet<ClasspathLocation>> JavaSearchNameEnvironment.packageNameToClassPathLocationsan index of qualified package names (separated by / not .) to classpath locationsMethods in org.aspectj.org.eclipse.jdt.internal.core.search.matching that return types with arguments of type ClasspathLocationModifier and TypeMethodDescriptionprotected Iterable<ClasspathLocation> JavaSearchNameEnvironment.getLocationsFor(String moduleName, String qualifiedPackageName)