Package org.gradle.tooling.model.eclipse
Interface EclipseClasspathContainer
- All Superinterfaces:
- EclipseClasspathEntry
Eclipse classpath entry used by third-party plugins to contribute to the project's classpath.
- Since:
- 3.0
- 
Method SummaryModifier and TypeMethodDescriptiongetPath()Returns the path of this container.booleanMarks this container as exported.Methods inherited from interface org.gradle.tooling.model.eclipse.EclipseClasspathEntrygetAccessRules, getClasspathAttributes
- 
Method Details- 
getPathString getPath()Returns the path of this container.- Returns:
- The path of this container. Does not return null.
 
- 
isExportedboolean isExported()Marks this container as exported.- Returns:
- whether this container needs to be exported.
 
 
-