public class RestxBuild extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
RestxBuild.Generator |
static interface |
RestxBuild.Parser |
| Constructor and Description |
|---|
RestxBuild() |
| Modifier and Type | Method and Description |
|---|---|
static void |
convert(java.nio.file.Path fromPath,
java.nio.file.Path toPath)
Converts one module descriptor to another format.
|
static List<java.nio.file.Path> |
convert(String from,
String to)
Converts one or a bunch of module descriptor to another format.
|
static void |
main(String[] args) |
static List<java.nio.file.Path> |
resolveForeignModuleDescriptorsIn(java.nio.file.Path directory) |
public static void main(String[] args) throws IOException
IOExceptionpublic static List<java.nio.file.Path> convert(String from, String to) throws IOException
from - either a module descriptor path, or a path using ** notation a la Antto - the name of the target module descriptor, relative to where from module descriptors are foundIOExceptionpublic static void convert(java.nio.file.Path fromPath, java.nio.file.Path toPath) throws IOException
fromPath - the path of the module descriptor to converttoPath - the path of the target module descriptorIOExceptionpublic static List<java.nio.file.Path> resolveForeignModuleDescriptorsIn(java.nio.file.Path directory)
Copyright © 2014. All Rights Reserved.