public class Runner extends Object
| Constructor and Description |
|---|
Runner() |
| Modifier and Type | Method and Description |
|---|---|
static File |
createTempFileFromInputStream(String pattern,
InputStream is) |
static Path |
createTemporaryDirectoryFor(String pattern) |
static String |
getAjscWarCtxPath(String[] args) |
static Path |
getAjscWarWarPath(String[] args) |
static int |
getHttpsListenerPort(String[] args) |
static int |
getIntegerArgument(String name,
String[] args) |
static int |
getListenerPort(String[] args) |
static String |
getStringArgument(String name,
String[] args) |
static Path |
getWarByPrefixPattern(String pattern) |
static void |
main(String[] args) |
static void |
writeFileFromInputStream(File destFile,
InputStream is) |
public static int getListenerPort(String[] args)
public static int getHttpsListenerPort(String[] args)
public static Path getAjscWarWarPath(String[] args) throws IOException, URISyntaxException
IOExceptionURISyntaxExceptionpublic static Path getWarByPrefixPattern(String pattern) throws IOException, URISyntaxException
IOExceptionURISyntaxExceptionpublic static Path createTemporaryDirectoryFor(String pattern) throws IOException
IOExceptionpublic static File createTempFileFromInputStream(String pattern, InputStream is) throws IOException
IOExceptionpublic static void writeFileFromInputStream(File destFile, InputStream is) throws IOException
IOExceptionCopyright © 2018. All rights reserved.