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() |
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 void shuffleCollection(List<?> list)
public URLConnection useURL(URL url) throws IOException
IOException
public InetAddress getLocalHost() throws IOException
IOException
public String generatePerishableToken()
Copyright © 2007-2013. All Rights Reserved.