public class CompilerPath
extends java.lang.Object
Visibility can be established by adding a compiled module
or by adding a EPCompilerPathable
that can be obtained from a runtime.
Constructor and Description |
---|
CompilerPath() |
Modifier and Type | Method and Description |
---|---|
CompilerPath |
add(EPCompiled compiled)
Add a compiled module
|
CompilerPath |
add(EPCompilerPathable pathable)
Adds a path object that can be obtains from a runtime.
|
CompilerPath |
addAll(java.util.Collection<EPCompiled> compiledColl)
Add all compiled modules
|
java.util.List<EPCompiled> |
getCompileds()
Returns the compiled modules in path.
|
java.util.List<EPCompilerPathable> |
getCompilerPathables()
Returns the path information provided by runtimes.
|
public CompilerPath add(EPCompiled compiled)
compiled
- compiled modulepublic CompilerPath addAll(java.util.Collection<EPCompiled> compiledColl)
compiledColl
- compiled module collectionpublic java.util.List<EPCompiled> getCompileds()
public CompilerPath add(EPCompilerPathable pathable)
pathable
- runtime path informationpublic java.util.List<EPCompilerPathable> getCompilerPathables()