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