Interface ClasspathContainerEntry
- All Superinterfaces:
ProjectClasspathEntry
- All Known Subinterfaces:
JREClasspathEntry,JUnitClasspathContainerEntry,PluginDependenciesClasspathContainer
represents a container classpath entry, this could be for example:
- JRE Container (see
JREClasspathEntry.JRE_CONTAINER_PATH) - JUnit Container (see
JUnitClasspathContainerEntry.JUNIT_CONTAINER_PATH_PREFIX) - User Container (see
USER_LIBRARY_PATH_PREFIX) - ...
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.eclipse.tycho.model.classpath.ProjectClasspathEntry
getAttributes, isTest
-
Field Details
-
USER_LIBRARY_PATH_PREFIX
- See Also:
-
-
Method Details
-
getContainerPath
String getContainerPath()- Returns:
- the path for this container
-
getAccessRules
List<ContainerAccessRule> getAccessRules()- Returns:
- the
ContainerAccessRules defined for this classpathcontainer
-