public class InstallUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
close(Closeable closeable) |
static void |
createDirectory(File dir) |
static String |
getFile(URL url) |
static String |
getLicenseCode(File file,
String regex) |
static String |
getLicenseCode(InputStream in,
String encoding,
String regex) |
static LibertyInfo |
selectVersion(Version version,
List<LibertyInfo> versions) |
public static String getLicenseCode(File file, String regex) throws IOException
IOExceptionpublic static String getLicenseCode(InputStream in, String encoding, String regex) throws IOException
IOExceptionpublic static LibertyInfo selectVersion(Version version, List<LibertyInfo> versions)
public static void close(Closeable closeable)
public static void createDirectory(File dir)
Copyright © 2018 the original author or authors.