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.InterruptedExceptionpublic java.lang.String performEncode()
throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingExceptionpublic java.lang.Process executeCommand()
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String getSystemProperty()
throws java.io.IOException
java.io.IOExceptionpublic void doMoreComplicatedStuff()
throws java.io.IOException
java.io.IOExceptionpublic void copyProperty(java.lang.String to,
java.lang.String from)
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String format(java.lang.String one,
java.lang.String args)
throws java.io.IOException
java.io.IOExceptionpublic java.net.URL newURL(java.lang.String anUrl)
throws java.net.MalformedURLException
java.net.MalformedURLExceptionpublic 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.IOExceptionpublic java.net.InetAddress getLocalHost()
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String generatePerishableToken()
public int lengthOf(java.lang.StringBuilder to)
private int lengthOf(java.lang.CharSequence to)