public class Assembler
extends java.lang.Object
| Constructor and Description |
|---|
Assembler() |
| Modifier and Type | Method and Description |
|---|---|
java.net.URI |
assemble(Definition def) |
static java.net.URI |
buildUri(java.lang.String prefix,
java.lang.String suffix) |
Definition |
disassemble(java.net.URI uri,
ContainerType type) |
void |
setProperties(java.util.Properties prp) |
public static java.net.URI buildUri(java.lang.String prefix,
java.lang.String suffix)
public void setProperties(java.util.Properties prp)
public Definition disassemble(java.net.URI uri,
ContainerType type)
throws java.net.URISyntaxException
java.net.URISyntaxExceptionpublic java.net.URI assemble(Definition def)
throws java.net.URISyntaxException
java.net.URISyntaxException