- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or action reference.
interface IContextualOutputConfigurationProvider3
Contextual provider of output configuration from Eclipse project.
- Maven Group Identifier:
-
- Maven Artifact Identifier:
-
- Since:
-
- See:
-
Action Summary
Modifier and type |
Action and description |
abstract java.util.Set<E> |
getOutputConfigurations(IProject)
Return the output configurations that are applicable to the given project. |
Modifier and type |
Action and description |
abstract java.util.Set<E> |
getOutputConfigurations(IProject)
Return the output configurations that are applicable to the given project. |
Action Details
- getOutputConfigurations(IProject)
-
def getOutputConfigurations(IProject) : java.util.Set<E>
Return the output configurations that are applicable to the given project.
- Parameters:
-
project -
- Returns:
-