- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or action reference.
@java.lang.FunctionalInterface
interface SarlDefaultClassPathProvider
Provide the default class path libraries for a SARL project.
- Maven Group Identifier:
-
- Maven Artifact Identifier:
-
- Since:
-
Action Summary
Action Details
- putDefaultClasspathEntriesIn(Collection<E>)
-
def putDefaultClasspathEntriesIn(Collection<E>)
Returns the default class path entries to be added on new projects. By default this is the JRE container as selected by the user.
- Parameters:
-
classpathEntries -