• Prev Type
  • Next Type

io.sarl.apputils.uiextensions.outputconfig
Interface IContextualOutputConfigurationProvider3
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:
io.sarl.apputils
Maven Artifact Identifier:
uiextensions
Since:
0.15
See:
IContextualOutputConfigurationProvider , IContextualOutputConfigurationProvider2 , IOutputConfigurationProvider
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.
Action Details
getOutputConfigurations(IProject)
def getOutputConfigurations(IProject) : java.util.Set<E>
Return the output configurations that are applicable to the given project.
Parameters:
project - the resource to consider.
Returns:
the output configurations.