Verwendungen von Schnittstelle
org.aspectj.org.eclipse.jdt.core.IClasspathAttribute
Packages, die IClasspathAttribute verwenden
Package
Beschreibung
The Java model is the set of classes that model the
objects associated with creating, editing, and building a Java program.
-
Verwendungen von IClasspathAttribute in org.aspectj.org.eclipse.jdt.core
Methoden in org.aspectj.org.eclipse.jdt.core, die IClasspathAttribute zurückgebenModifizierer und TypMethodeBeschreibungIClasspathEntry.getExtraAttributes()Returns the extra classpath attributes for this classpath entry.static IClasspathAttributeJavaCore.newClasspathAttribute(String name, String value) Creates and returns a new classpath attribute with the given name and the given value.Methoden in org.aspectj.org.eclipse.jdt.core mit Parametern vom Typ IClasspathAttributeModifizierer und TypMethodeBeschreibungstatic IClasspathEntryJavaCore.newContainerEntry(org.eclipse.core.runtime.IPath containerPath, IAccessRule[] accessRules, IClasspathAttribute[] extraAttributes, boolean isExported) Creates and returns a new classpath entry of kindCPE_CONTAINERfor the given path.static IClasspathEntryJavaCore.newLibraryEntry(org.eclipse.core.runtime.IPath path, org.eclipse.core.runtime.IPath sourceAttachmentPath, org.eclipse.core.runtime.IPath sourceAttachmentRootPath, IAccessRule[] accessRules, IClasspathAttribute[] extraAttributes, boolean isExported) Creates and returns a new classpath entry of kindCPE_LIBRARYfor the JAR or folder identified by the given absolute path.static IClasspathEntryJavaCore.newProjectEntry(org.eclipse.core.runtime.IPath path, IAccessRule[] accessRules, boolean combineAccessRules, IClasspathAttribute[] extraAttributes, boolean isExported) Creates and returns a new classpath entry of kindCPE_PROJECTfor the project identified by the given absolute path.static IClasspathEntryJavaCore.newSourceEntry(org.eclipse.core.runtime.IPath path, org.eclipse.core.runtime.IPath[] inclusionPatterns, org.eclipse.core.runtime.IPath[] exclusionPatterns, org.eclipse.core.runtime.IPath specificOutputLocation, IClasspathAttribute[] extraAttributes) Creates and returns a new classpath entry of kindCPE_SOURCEfor the project's source folder identified by the given absolute workspace-relative path using the given inclusion and exclusion patterns to determine which source files are included, and the given output path to control the output location of generated files.static IClasspathEntryJavaCore.newVariableEntry(org.eclipse.core.runtime.IPath variablePath, org.eclipse.core.runtime.IPath variableSourceAttachmentPath, org.eclipse.core.runtime.IPath variableSourceAttachmentRootPath, IAccessRule[] accessRules, IClasspathAttribute[] extraAttributes, boolean isExported) Creates and returns a new classpath entry of kindCPE_VARIABLEfor the given path. -
Verwendungen von IClasspathAttribute in org.aspectj.org.eclipse.jdt.internal.core
Klassen in org.aspectj.org.eclipse.jdt.internal.core, die IClasspathAttribute implementierenFelder in org.aspectj.org.eclipse.jdt.internal.core, die deklariert sind als IClasspathAttributeModifizierer und TypFeldBeschreibungClasspathEntry.extraAttributesThe extra attributesprotected final IClasspathAttribute[]JarPackageFragmentRoot.extraAttributesReflects the extra attributes of the classpath entry declaring this root.static final IClasspathAttribute[]ClasspathEntry.NO_EXTRA_ATTRIBUTESMethoden in org.aspectj.org.eclipse.jdt.internal.core, die IClasspathAttribute zurückgebenMethoden in org.aspectj.org.eclipse.jdt.internal.core mit Parametern vom Typ IClasspathAttributeModifizierer und TypMethodeBeschreibungJavaProject.getPackageFragmentRoot(org.eclipse.core.resources.IResource resource, org.eclipse.core.runtime.IPath entryPath, IClasspathAttribute[] extraAttributes) JavaProject.getPackageFragmentRoot(org.eclipse.core.runtime.IPath path, IClasspathAttribute[] extraAttributes) JavaProject.getPackageFragmentRoot0(org.eclipse.core.runtime.IPath externalLibraryPath, IClasspathAttribute[] extraAttributes) Konstruktoren in org.aspectj.org.eclipse.jdt.internal.core mit Parametern vom Typ IClasspathAttributeModifiziererKonstruktorBeschreibungClasspathEntry(int contentKind, int entryKind, org.eclipse.core.runtime.IPath path, org.eclipse.core.runtime.IPath[] inclusionPatterns, org.eclipse.core.runtime.IPath[] exclusionPatterns, org.eclipse.core.runtime.IPath sourceAttachmentPath, org.eclipse.core.runtime.IPath sourceAttachmentRootPath, org.eclipse.core.runtime.IPath specificOutputLocation, boolean isExported, IAccessRule[] accessRules, boolean combineAccessRules, IClasspathAttribute[] extraAttributes) ClasspathEntry(int contentKind, int entryKind, org.eclipse.core.runtime.IPath path, org.eclipse.core.runtime.IPath[] inclusionPatterns, org.eclipse.core.runtime.IPath[] exclusionPatterns, org.eclipse.core.runtime.IPath sourceAttachmentPath, org.eclipse.core.runtime.IPath sourceAttachmentRootPath, org.eclipse.core.runtime.IPath specificOutputLocation, IClasspathEntry referencingEntry, boolean isExported, IAccessRule[] accessRules, boolean combineAccessRules, IClasspathAttribute[] extraAttributes) Creates a class path entry of the specified kind with the given path.JarPackageFragmentRoot(org.eclipse.core.resources.IResource resource, org.eclipse.core.runtime.IPath externalJarPath, JavaProject project, IClasspathAttribute[] attributes) Constructs a package fragment root which is the root of the Java package directory hierarchy based on a JAR file.protectedJModPackageFragmentRoot(org.eclipse.core.runtime.IPath externalPath, JavaProject project, IClasspathAttribute[] extraAttributes) Constructs a package fragment root which is the root of the Java package directory hierarchy based on a JMOD file that is not contained in aIJavaProjectand does not have an associatedIResource.protectedJrtPackageFragmentRoot(org.eclipse.core.runtime.IPath jrtPath, String moduleName, JavaProject project, IClasspathAttribute[] extraAttributes) Constructs a package fragment root which represents a module contained in a JRT.