io.sarl.apputils.uiextensions.classpath
Interface SarlDefaultClassPathProvider
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:
io.sarl.apputils
Maven Artifact Identifier:
uiextensions
Since:
0.15
Action Summary
Modifier and type Action and description
abstract void putDefaultClasspathEntriesIn(Collection<E>)
Returns the default class path entries to be added on new projects.
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 - the collection in which the classpath entries will be added.