public class Server
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Server.Builder |
static class |
Server.MissingResourceException |
Constructor and Description |
---|
Server(java.io.File home,
int port) |
Modifier and Type | Method and Description |
---|---|
static Server.Builder |
builder() |
java.io.File |
getHome() |
java.net.URI |
getURI() |
static void |
sort(java.util.List<java.net.URL> list) |
public java.net.URI getURI()
public java.io.File getHome()
public static void sort(java.util.List<java.net.URL> list)
public static Server.Builder builder()