|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BuildException | |
---|---|
nextgrid.api.builder |
Uses of BuildException in nextgrid.api.builder |
---|
Methods in nextgrid.api.builder that throw BuildException | |
---|---|
T |
POMBuilder.fromPOM(Process process)
Converts a POM instance into another model type. |
java.util.Collection<Process> |
POMBuilder.importAllFrom(java.io.InputStream is)
Imports all processes contained in the given source. |
java.util.Collection<Process> |
POMBuilder.importAllFrom(java.net.URI uri)
Imports all processes contained in the given source. |
Process |
POMBuilder.importFrom(java.io.File src)
Imports a POM from the given source. |
Process |
POMBuilder.importFrom(java.io.InputStream is)
Imports a POM from an input stream. |
Process |
POMBuilder.importFrom(java.net.URI src)
Imports a POM from the given source. |
Process |
POMBuilder.importFrom(java.net.URL src)
Imports a POM from the given source. |
Process |
POMBuilder.toPOM(T model)
Converts a model into a POM instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |