public class SystemClassUser extends Object
Constructor and Description |
---|
SystemClassUser() |
Modifier and Type | Method and Description |
---|---|
void |
copyProperty(String to,
String from) |
void |
doMoreComplicatedStuff() |
Process |
executeCommand() |
String |
format(String one,
String args) |
String |
generatePerishableToken() |
InetAddress |
getLocalHost() |
String |
getSystemProperty() |
int |
lengthOf(StringBuilder to) |
StringBuilder |
newStringBuilder() |
URL |
newURL(String anUrl) |
String |
performEncode() |
void |
shuffleCollection(List<?> list) |
void |
threadSleep() |
URLConnection |
useURL(URL url) |
public void threadSleep() throws InterruptedException
InterruptedException
public String performEncode() throws UnsupportedEncodingException
UnsupportedEncodingException
public Process executeCommand() throws IOException
IOException
public String getSystemProperty() throws IOException
IOException
public void doMoreComplicatedStuff() throws IOException
IOException
public void copyProperty(String to, String from) throws IOException
IOException
public String format(String one, String args) throws IOException
IOException
public URL newURL(String anUrl) throws MalformedURLException
MalformedURLException
public StringBuilder newStringBuilder()
public void shuffleCollection(List<?> list)
public URLConnection useURL(URL url) throws IOException
IOException
public InetAddress getLocalHost() throws IOException
IOException
public String generatePerishableToken()
public int lengthOf(StringBuilder to)
Copyright © 2019. All rights reserved.